| HtmlToHtmlFilterComments Property |
Get or set whether or not the converter should remove HTML comments from the output.
Namespace: MimeKit.TextAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public bool FilterComments { get; set; }
Property Value
Booleantrue 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