Click or drag to resize
MimeKit

HtmlTokenKind Property

Get the kind of HTML token that this object represents.

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

Property Value

HtmlTokenKind
The kind of token.
Remarks
Gets the kind of HTML token that this object represents.
See Also