HtmlToText.NormalizeHtml Property
The NormalizeHtml property gets or sets a Boolean value that indicates whether this HtmlToText object will collapse white space, balance tags, and fix other problems in the source HTML.
Namespace: Microsoft.Exchange.Data.TextConverters
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Property NormalizeHtml As Boolean
Get
Set
'Usage
Dim instance As HtmlToText
Dim value As Boolean
value = instance.NormalizeHtml
instance.NormalizeHtml = value
public bool NormalizeHtml { get; set; }
Property Value
Type: System.Boolean
Remarks
The NormalizeHtml property can only be set before conversion begins.
See Also