AngleSharp by Florian Rappl

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

 Counter

public sealed class Counter
Represents a CSS counter.
public string CounterIdentifier { get; }

Gets the identifier of the counter.

public string DefinedSeparator { get; }

Gets the defined separator of the counter.

public string ListStyle { get; }

Gets the style of the counter.

public Counter(string identifier, string listStyle, string separator)

Specifies a counter value.