| HtmlToHtmlFilterHtml Property |
Get or set whether or not executable scripts should be stripped from the output.
Namespace: MimeKit.TextAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public bool FilterHtml { get; set; }
Property Value
Booleantrue if executable scripts should be filtered; otherwise,
false.
Remarks
Gets or sets whether or not executable scripts should be stripped from the output.
See Also