OrderedList Class

Represents an ordered list: 1. item.

Inheritance

Implements

Namespace: Radzen.Blazor.Markdown

Assembly: Radzen.Blazor.dll

Syntax

public class OrderedList : Markdown.List, Markdown.INode

Constructors

OrderedListlink

Represents an ordered list: 1. item.

Declaration
public OrderedList()

Properties

Startlink

Gets or sets the start number of the ordered list.

Declaration
public int Start { get; set; }
Property Value
Type Description
intGets or sets the start number of the ordered list.

Methods

Acceptlink

Declaration
public override void Accept(Markdown.INodeVisitor visitor)
Parameters
Type Name Description
Markdown.INodeVisitor visitor
An error has occurred. This app may no longer respond until reloaded. Reload 🗙