AngleSharp by Florian Rappl

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

.NET API 1,175,040 bytes

 CssValue

Represents a CSS value.
public static CssValue Initial

public int Count { get; }

Gets the number of tokens for the current value.

public string CssText { get; }

Gets or sets a string representation of the current value.

public CssToken this[int index] { get; }

Gets the token at the provided index.

public CssValue(IEnumerable<CssToken> tokens)

Creates a new CSS value.

public static CssValue FromString(string text)

Creates a new CSS value with the given text and type.