Click or drag to resize
MimeKit

HtmlCommentToken Constructor

Initialize a new instance of the HtmlCommentToken class.

Namespace: MimeKit.Text
Assembly: MimeKit (in MimeKit.dll) Version: 4.10.0
Syntax
C#
public HtmlCommentToken(
	string comment,
	bool bogus = false
)

Parameters

comment  String
The comment text.
bogus  Boolean  (Optional)
if the comment is bogus; otherwise, .
Exceptions
ExceptionCondition
ArgumentNullExceptioncomment is .
Remarks
Creates a new HtmlCommentToken.
See Also