Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Interface IBlockInlineContainer

    Represents a block node that has inline children.

    Namespace: Radzen.Blazor.Markdown
    Assembly: Radzen.Blazor.dll
    Syntax
    public interface IBlockInlineContainer

    Properties

    Children

    Gets the inline children of the block.

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

    Value

    Gets string value of the block.

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

    Methods

    Add(Inline)

    Adds an inline child to the block.

    Declaration
    void Add(Inline child)
    Parameters
    Type Name Description
    Inline child

    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