HtmlToText.HtmlEscapeOutput property
The HtmlEscapeOutput property gets or sets a Boolean value that controls whether HTML escaping rules will be applied to the output of the conversion.
Namespace: Microsoft.Exchange.Data.TextConverters
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Property HtmlEscapeOutput As Boolean
Get
Set
'Usage
Dim instance As HtmlToText
Dim value As Boolean
value = instance.HtmlEscapeOutput
instance.HtmlEscapeOutput = value
public bool HtmlEscapeOutput { get; set; }
Property value
Type: System.Boolean
Remarks
The HtmlEscapeOutput property determines whether HTML escaping rules will be applied to the plain text output. Set this property to true to safely include the output of this HtmlToText object in an HTML document.