AngleSharp by Florian Rappl

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

 CssFunctionToken

Represents a CSS function token.

Gets the tokens stored for the arguments.

public CssFunctionToken(string data, TextPosition position)

Creates a new CSS function token.

public void Close(CssToken token)

Uses the provided token as a closing token.

public void With(CssToken token)

Uses the provided token as an argument token.