Click or drag to resize

MdAnchor Class

This class represents an anchor in a Markdown file.
Inheritance Hierarchy

Namespace:  Mastersign.Bench.Markdown
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public class MdAnchor

The MdAnchor type exposes the following members.

Constructors
  NameDescription
Public methodMdAnchor
Initializes a new instance of MdAnchor.
Top
Properties
  NameDescription
Public propertyId
The anchor ID, which kan be used in an URL.
Public propertyLabel
The label of the anchor.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also