AngleSharp by Florian Rappl

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

.NET API 1,229,312 bytes

 ICssValue

public interface ICssValue
Represents the base for any CSS value.
string CssText { get; }

Gets a string representation of the current value.

CssValueType Type { get; }

Gets a code defining the type of the value as defined above.