AngleSharp by AngleSharp

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

 RuleNames

public static class RuleNames
Contains all CSS rule names.
public static readonly string Charset

The @charset rule.

public static readonly string Document

The @document rule.

public static readonly string FontFace

The @font-face rule.

public static readonly string Import

The @import rule.

public static readonly string Keyframes

The @keyframes rule.

public static readonly string Media

The @media rule.

public static readonly string Namespace

The @namespace rule.

public static readonly string Page

The @page rule.

public static readonly string Supports

The @supports rule.

public static readonly string ViewPort

The @viewport rule.