Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class InlineContainer

    Base class for inline elements that contain other inline elements.

    Inheritance
    System.Object
    Inline
    InlineContainer
    Emphasis
    Image
    Link
    Strong
    Implements
    INode
    Inherited Members
    Inline.Accept(INodeVisitor)
    Namespace: Radzen.Blazor.Markdown
    Assembly: Radzen.Blazor.dll
    Syntax
    public abstract class InlineContainer : Inline, INode

    Properties

    Children

    Gets the children of the container.

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

    Methods

    Add(Inline)

    Appends a child to the container.

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

    The child to add.

    Implements

    INode

    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