AngleSharp by Florian Rappl

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

 CSSValue

public class CSSValue : ICSSObject
Represents a CSS value.
protected string _text

The CSS text representation of the value.

protected CssValueType _type

The type of value.

public static CSSValue Inherit { get; }

Gets the instance for an inherited value.

public string CssText { get; }

Gets or sets a string representation of the current value.

public CssValueType CssValueType { get; }

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

public virtual string ToCss()

Returns a CSS code representation of the stylesheet.