Share via


HtmlToHtml.NormalizeHtml property

The NormalizeHtml property gets or sets a Boolean value that determines whether this HtmlToHtml 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 HtmlToHtml
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 the conversion begins.

See also

Reference

HtmlToHtml class

HtmlToHtml members

Microsoft.Exchange.Data.TextConverters namespace