AngleSharp by Florian Rappl

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

 CSSNamespaceRule

public sealed class CSSNamespaceRule : CSSRule
Represents an @namespace rule.
public string NamespaceURI { get; }

Gets a string containing the text of the URI of the given namespace.

public string Prefix { get; }

Gets a string with the name of the prefix associated to this namespace. If there is no such prefix, returns null.