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
MathMlUri
Gets the namespace for MathML elements.
public static readonly string MathMlUri
Field Value
SvgUri
Gets the namespace for SVG elements.
public static readonly string SvgUri
Field Value
XLinkPrefix
Gets the prefix for XMLNS elements.
public static readonly string XLinkPrefix
Field Value
XLinkUri
Gets the namespace for XMLNS elements.
public static readonly string XLinkUri
Field Value
XmlNsPrefix
Gets the prefix for XMLNS elements.
public static readonly string XmlNsPrefix
Field Value
XmlNsUri
Gets the namespace for XMLNS elements.
public static readonly string XmlNsUri
Field Value
XmlPrefix
Gets the prefix for XML elements.
public static readonly string XmlPrefix
Field Value
XmlUri
Gets the namespace for XML elements.
public static readonly string XmlUri