IBlockInlineContainer Interface

Represents a block node that has inline children.

Namespace: Radzen.Blazor.Markdown

Assembly: Radzen.Blazor.dll

Syntax

public interface IBlockInlineContainer

Properties

Childrenlink

Gets the inline children of the block.

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

Valuelink

Gets string value of the block.

Declaration
public string Value { get; }
Property Value
Type Description
stringGets string value of the block.

Methods

Addlink

Adds an inline child to the block.

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