Click or drag to resize
MimeKit

HtmlTokenizerTokenizerState Property

Get the current state of the tokenizer.

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

Property Value

HtmlTokenizerState
The current state of the tokenizer.
Remarks
Gets the current state of the tokenizer.
See Also