Click or drag to resize
MimeKit

HtmlTokenizerCreateCommentToken Method

Create an HTML comment token.

Namespace: MimeKit.Text
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
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

HtmlCommentToken
The HTML comment token.
Remarks
Creates an HTML comment token.
See Also