Click or drag to resize
MimeKit

HtmlTokenKind Enumeration

The kinds of tokens that the HtmlTokenizer can emit.

Namespace: MimeKit.Text
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public enum HtmlTokenKind
Members
Member nameValueDescription
CData0 A token consisting of [CDATA[.
Comment1 An HTML comment token.
Data2 A token consisting of character data.
DocType3 An HTML DOCTYPE token.
ScriptData4 A token consisting of script data.
Tag5 An HTML tag token.
Remarks
The kinds of tokens that the HtmlTokenizer can emit.
See Also