Heading Class

A base class for all heading elements.

Namespace: Radzen.Documents.Markdown

Assembly: Radzen.Blazor.dll

Syntax

public abstract class Heading : Documents.Markdown.Leaf, Documents.Markdown.INode, Documents.Markdown.IBlockInlineContainer

Constructors

HeadingLink to this section

A base class for all heading elements.

Declaration
protected Heading()

Properties

LevelLink to this section

The level of the heading. The value is between 1 and 6.

Declaration
public int Level { get; set; }
Property Value
Type Description
intThe level of the heading. The value is between 1 and 6.

Methods

AcceptLink to this section

Declaration
public override void Accept(Documents.Markdown.INodeVisitor visitor)
Parameters
Type Name Description
Documents.Markdown.INodeVisitor visitor
An error has occurred. This app may no longer respond until reloaded. Reload 🗙