Class Heading
A base class for all heading elements.
Inherited Members
Namespace: Radzen.Blazor.Markdown
Assembly: Radzen.Blazor.dll
Syntax
public abstract class Heading : Leaf, INode, IBlockInlineContainer
Properties
Level
The level of the heading. The value is between 1 and 6.
Declaration
public int Level { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
Accept(INodeVisitor)
Accepts a visitor.
Declaration
public override void Accept(INodeVisitor visitor)
Parameters
Type | Name | Description |
---|---|---|
INodeVisitor | visitor |