Click or drag to resize
MimeKit

HtmlTokenizerHtmlNamespace Property

Get the current HTML namespace detected by the tokenizer.

Namespace: MimeKit.Text
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public HtmlNamespace HtmlNamespace { get; }

Property Value

HtmlNamespace
The html namespace.
Remarks
Gets the current HTML namespace detected by the tokenizer.
See Also