List Class

Base class for list elements (ordered and unordered).

Implements

Namespace: Radzen.Blazor.Markdown

Assembly: Radzen.Blazor.dll

Syntax

public abstract class List : Markdown.BlockContainer, Markdown.INode

Constructors

Listlink

Base class for list elements (ordered and unordered).

Declaration
protected List()

Properties

Markerlink

Gets or sets the list marker.

Declaration
public char Marker { get; set; }
Property Value
Type Description
charGets or sets the list marker.

Tightlink

Gets or sets a value indicating whether the list is tight. Tight lists have no space between their items.

Declaration
public bool Tight { get; set; }
Property Value
Type Description
boolGets or sets a value indicating whether the list is tight. Tight lists have no space between their items.

Methods

CanContainlink

Declaration
public override bool CanContain(Markdown.Block node)
Parameters
Type Name Description
Markdown.Block node
Returns
Type Description
bool
An error has occurred. This app may no longer respond until reloaded. Reload 🗙