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
public bool NormalizeHtml { get; set; }
public:
property bool NormalizeHtml {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_NormalizeHtml ()
/** @property */
public void set_NormalizeHtml (boolean value)
public function get NormalizeHtml () : boolean
public function set NormalizeHtml (value : boolean)
Remarks
The NormalizeHtml property can only be set before the conversion begins.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003
See Also