AngleSharp by AngleSharp

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

 FunctionNames

public static class FunctionNames
Contains a list of known CSS functions.
public static readonly string Attr

The attr function.

public static readonly string Calc

The calc function.

public static readonly string Counter

The counter function.

public static readonly string Counters

The counters function.

public static readonly string CubicBezier

The cubic-bezier function.

public static readonly string Domain

The domain function.

public static readonly string Gray

The gray function.

public static readonly string Hsl

The hsl function.

public static readonly string Hsla

The hsla function.

public static readonly string Hwb

The hwb function.

public static readonly string Image

The image function.

public static readonly string LinearGradient

The linear-gradient function.

public static readonly string Matrix

The matrix function.

public static readonly string Matrix3d

The matrix3d function.

public static readonly string Perspective

The perspective function.

public static readonly string RadialGradient

The radial-gradient function.

public static readonly string Rect

The rect function.

public static readonly string Regexp

The regexp function.

public static readonly string RepeatingLinearGradient

The repeating-linear-gradient function.

public static readonly string RepeatingRadialGradient

The repeating-radial-gradient function.

public static readonly string Rgb

The rgb function.

public static readonly string Rgba

The rgba function.

public static readonly string Rotate

The rotate function.

public static readonly string Rotate3d

The rotate3d function.

public static readonly string RotateX

The rotatex function.

public static readonly string RotateY

The rotatey function.

public static readonly string RotateZ

The rotatez function.

public static readonly string Scale

The scale function.

public static readonly string Scale3d

The scale3d function.

public static readonly string ScaleX

The scalez function.

public static readonly string ScaleY

The scaley function.

public static readonly string ScaleZ

The scalex function.

public static readonly string Skew

The skew function.

public static readonly string SkewX

The skewx function.

public static readonly string SkewY

The skewy function.

public static readonly string Steps

The steps function.

public static readonly string Toggle

The toggle function.

public static readonly string Translate

The translate function.

public static readonly string Translate3d

The translate3d function.

public static readonly string TranslateX

The translatex function.

public static readonly string TranslateY

The translatey function.

public static readonly string TranslateZ

The translatez function.

public static readonly string Url

The url function.

public static readonly string UrlPrefix

The url-prefix function.