| HtmlTokenizerReadNextToken Method |
Read the next token.
Namespace: MimeKit.TextAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public bool ReadNextToken(
out HtmlToken token
)
Parameters
- token HtmlToken
- The token that was read.
Return Value
Booleantrue if the next token was read; otherwise,
false.
Remarks
Reads the next token.
See Also