AngleSharp by AngleSharp

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

 NamespaceNames

static class NamespaceNames
Contains a list of common namespaces.
public static readonly string HtmlPrefix

Gets the prefix for HTML elements.

public static readonly string HtmlUri

Gets the namespace for HTML elements.

public static readonly string MathMlPrefix

Gets the prefix for MathML elements.

public static readonly string MathMlUri

Gets the namespace for MathML elements.

public static readonly string SvgPrefix

Gets the prefix for SVG elements.

public static readonly string SvgUri

Gets the namespace for SVG elements.

public static readonly string XLinkPrefix

Gets the prefix for XMLNS elements.

public static readonly string XLinkUri

Gets the namespace for XMLNS elements.

public static readonly string XmlNsPrefix

Gets the prefix for XMLNS elements.

public static readonly string XmlNsUri

Gets the namespace for XMLNS elements.

public static readonly string XmlPrefix

Gets the prefix for XML elements.

public static readonly string XmlUri

Gets the namespace for XML elements.

public static string DeclarationFor(string prefix)

Gets the declaration for the given prefix.

public static string LookupNamespaceUri(string prefix)

Gets the namespace URI for the given prefix.