HtmlReader.NormalizeHtml Property
The NormalizeHtml parameter gets or sets a value that indicates whether the HTML stream should me normalized.
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 HtmlReader
Dim value As Boolean
value = instance.NormalizeHtml
instance.NormalizeHtml = value
public bool NormalizeHtml { get; set; }
Property Value
Type: System.Boolean
The NormalizeHtml parameter is true if the input HTML should be normalized; otherwise the property is false.
See Also