AngleSharp.Css by AngleSharp

<PackageReference Include="AngleSharp.Css" Version="1.0.0-beta.130" />

.NET API 457,216 bytes

 CssRunningValue

Represents a CSS running function call.
public ICssValue[] Arguments { get; }

Gets the arguments.

public string CssText { get; }

Gets the CSS text representation.

public string Identifier { get; }

Gets the used identifier.

public string Name { get; }

Gets the name of the function.

public CssRunningValue(string ident)

Creates a new running function call.

public bool Equals(CssRunningValue other)

Checks if the current value is equal to the provided one.