InlineContainer Class

Base class for inline elements that contain other inline elements.

Implements

Inherited Members

Namespace: Radzen.Blazor.Markdown

Assembly: Radzen.Blazor.dll

Syntax

public abstract class InlineContainer : Markdown.Inline, Markdown.INode

Constructors

InlineContainerlink

Base class for inline elements that contain other inline elements.

Declaration
protected InlineContainer()

Properties

Childrenlink

Gets the children of the container.

Declaration
public IReadOnlyList<Markdown.Inline> Children { get; }
Property Value
Type Description
IReadOnlyList<Markdown.Inline>Gets the children of the container.

Methods

Addlink

Appends a child to the container.

Declaration
public void Add(Markdown.Inline node)
Parameters
Type Name Description
Markdown.Inline node The child to add.
An error has occurred. This app may no longer respond until reloaded. Reload 🗙