Click or drag to resize
MimeKit

HtmlNamespace Enumeration

An HTML namespace.

Namespace: MimeKit.Text
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public enum HtmlNamespace
Members
Member nameValueDescription
Html0 The namespace is "http://www.w3.org/1999/xhtml".
MathML1 The namespace is "http://www.w3.org/1998/Math/MathML".
Svg2 The namespace is "http://www.w3.org/2000/svg".
XLink3 The namespace is "http://www.w3.org/1999/xlink".
Xml4 The namespace is "http://www.w3.org/XML/1998/namespace".
XmlNS5 The namespace is "http://www.w3.org/2000/xmlns/".
Remarks
An HTML namespace.
See Also