AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="1.3.0" />

.NET API 960,512 bytes

 HtmlOrderedListElement

Represents the HTML ordered list (ol) element.
public bool IsReversed { get; set; }

Gets or sets if the order is reversed.

public int Start { get; set; }

Gets or sets the start of the numbering.

public string Type { get; set; }

Gets or sets a value within [ 1, a, A, i, I ].

public HtmlOrderedListElement(Document owner, string prefix = null)