Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class Leaf

    Base class for markdown leaf block nodes.

    Inheritance
    System.Object
    Block
    Leaf
    FencedCodeBlock
    Heading
    HtmlBlock
    IndentedCodeBlock
    Paragraph
    Table
    Implements
    INode
    IBlockInlineContainer
    Inherited Members
    Block.Accept(INodeVisitor)
    Block.LastChild
    Block.FirstChild
    Block.Next
    Block.Parent
    Block.Remove()
    Namespace: Radzen.Blazor.Markdown
    Assembly: Radzen.Blazor.dll
    Syntax
    public abstract class Leaf : Block, INode, IBlockInlineContainer

    Properties

    Children

    Gets the children of the leaf node.

    Declaration
    public IReadOnlyList<Inline> Children { get; }
    Property Value
    Type Description
    IReadOnlyList<Inline>

    Value

    Gets or sets the value of the leaf node.

    Declaration
    public string Value { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    Add(Inline)

    Appends a child to the leaf node.

    Declaration
    public void Add(Inline node)
    Parameters
    Type Name Description
    Inline node

    Implements

    INode
    IBlockInlineContainer

    Introducing Radzen Blazor Studio

    Radzen Blazor Studio is a software development environment that empowers developers to design, build and deploy Blazor applications without the traditional hurdles. Write less code and get more done.

    Learn More

    Download Now
    Download Now
    In This Article
    Back to top Radzen Blazor Components, © 2018-2025 Radzen. Source Code licensed under MIT