Click or drag to resize
MimeKit

HtmlToHtmlFilterComments Property

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

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

Property Value

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