AngleSharp by Florian Rappl

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

.NET API 997,888 bytes

 CSSValue

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.

public virtual string ToCss()

Returns a CSS code representation of the stylesheet.