| HtmlTokenizerCreateCommentToken Method |
Create an HTML comment token.
Namespace: MimeKit.TextAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax protected virtual HtmlCommentToken CreateCommentToken(
string comment,
bool bogus = false
)
Parameters
- comment String
- The comment.
- bogus Boolean (Optional)
- true if the comment is bogus; otherwise, false.
Return Value
HtmlCommentTokenThe HTML comment token.
Remarks
Creates an HTML comment token.
See Also