Click or drag to resize

MdHeadline Class

This class represents a headline 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 MdHeadline : MdAnchor

The MdHeadline type exposes the following members.

Constructors
  NameDescription
Public methodMdHeadline
Initializes a new instance of MdHeadline.
Top
Properties
  NameDescription
Public propertyId
The anchor ID, which kan be used in an URL.
(Inherited from MdAnchor.)
Public propertyLabel
The label of the anchor.
(Inherited from MdAnchor.)
Public propertyLevel
The headline level between 1 and 6.
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