Click or drag to resize
MimeKit

HtmlCommentTokenIsBogusComment Property

Get whether or not the comment is a bogus comment.

Namespace: MimeKit.Text
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public bool IsBogusComment { get; }

Property Value

Boolean
true if the comment is bogus; otherwise, false.
Remarks
Gets whether or not the comment is a bogus comment.
See Also