Click or drag to resize
MimeKit

HtmlToHtmlFilterComments Property

Get or set whether or not the converter should remove HTML comments from the output.

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

Property Value

Boolean
true if the converter should remove comments; otherwise, false.
Remarks
Gets or sets whether or not the converter should remove HTML comments from the output.
See Also