AngleSharp by AngleSharp

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

.NET API 1,213,440 bytes

 CssValue

Represents a CSS value.
public static CssValue Empty

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.

public string ToCss()

public string ToCss(IStyleFormatter formatter)