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.3.0
Syntax
C#
public HtmlCommentToken(
	string comment,
	bool bogus = false
)

Parameters

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