AngleSharp.Css by AngleSharp

<PackageReference Include="AngleSharp.Css" Version="1.0.0-beta.122" />

.NET API 456,704 bytes

 CssCounterDefinitionValue

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

Gets the identifier of the counter.

public string CssText { get; }

Gets the CSS text representation.

public string DefinedSeparator { get; }

Gets the defined separator of the counter.

public string ListStyle { get; }

Gets the style of the counter.

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

Specifies a counter value.

public bool Equals(CssCounterDefinitionValue other)

Checks the two counter definitions for equality.