AngleSharp by Florian Rappl

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

.NET API 1,171,968 bytes

 CssValue

sealed class CssValue : ICssValue
Represents a CSS value.
public static readonly CssValue Inherit

Gets the instance for an inherited value.

public static readonly CssValue Initial

Gets the instance for an initial value.

public string CssText { get; }

Gets or sets a string representation of the current value.

public CssValueType Type { get; }

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