Click or drag to resize
MimeKit

HtmlToHtmlFilterHtml Property

Get or set whether or not executable scripts should be stripped from the output.

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

Property Value

Boolean
true 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