AngleSharp by AngleSharp

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

 CssValueBuilder

sealed class CssValueBuilder
The class that is responsible for book-keeping information about the current CSS value that is been build.
public bool IsImportant { get; }

Gets if the value specified the !important flag.

public bool IsReady { get; }

Gets if the value is finished at the moment.

public bool IsValid { get; }

Gets if the value is actually valid.

public CssValueBuilder()

Creates a new CSS value builder instance.

public void Apply(CssToken token)

Applies the token to the currently build value.

Gets the currently available result.

Resets the builder for reprocessing.