| HtmlToken Constructor |
Initialize a new instance of the
HtmlToken class.
Namespace: MimeKit.TextAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax protected HtmlToken(
HtmlTokenKind kind
)
Parameters
- kind HtmlTokenKind
- The kind of token.
Remarks See Also