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
public bool HtmlEscapeOutput { get; set; }
public:
property bool HtmlEscapeOutput {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_HtmlEscapeOutput ()
/** @property */
public void set_HtmlEscapeOutput (boolean value)
public function get HtmlEscapeOutput () : boolean
public function set HtmlEscapeOutput (value : 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.
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