Table of Contents

Class NamespaceNames

Namespace
AngleSharp.Dom
Assembly
AngleSharp.dll

Contains a list of common namespaces.

public static class NamespaceNames
Inheritance
NamespaceNames
Inherited Members

Fields

HtmlUri

Gets the namespace for HTML elements.

public static readonly string HtmlUri

Field Value

string

MathMlUri

Gets the namespace for MathML elements.

public static readonly string MathMlUri

Field Value

string

SvgUri

Gets the namespace for SVG elements.

public static readonly string SvgUri

Field Value

string

XLinkPrefix

Gets the prefix for XMLNS elements.

public static readonly string XLinkPrefix

Field Value

string

XLinkUri

Gets the namespace for XMLNS elements.

public static readonly string XLinkUri

Field Value

string

XmlNsPrefix

Gets the prefix for XMLNS elements.

public static readonly string XmlNsPrefix

Field Value

string

XmlNsUri

Gets the namespace for XMLNS elements.

public static readonly string XmlNsUri

Field Value

string

XmlPrefix

Gets the prefix for XML elements.

public static readonly string XmlPrefix

Field Value

string

XmlUri

Gets the namespace for XML elements.

public static readonly string XmlUri

Field Value

string