Base class for inline elements that contain other inline elements.
Object
Namespace: Radzen.Documents.Markdown
Assembly: Radzen.Blazor.dll
public abstract class InlineContainer : Documents.Markdown.Inline, Documents.Markdown.INodeBase class for inline elements that contain other inline elements.
protected InlineContainer()Gets the children of the container.
public IReadOnlyList<Documents.Markdown.Inline> Children { get; }
| Type | Description |
|---|---|
| IReadOnlyList<Documents.Markdown.Inline> | Gets the children of the container. |
Appends a child to the container.
public void Add(Documents.Markdown.Inline node)
| Type | Name | Description |
|---|---|---|
| Documents.Markdown.Inline | node | The child to add. |