HtmlToHtml properties

The HtmlToHtml type exposes the following members.

Properties

  Name Description
Public property DetectEncodingFromByteOrderMark The DetectEncodingFromByteOrderMark property gets or sets a Boolean value that indicates whether the encoding is detected from the byte order mark or determined by the InputEncoding property.
Public property DetectEncodingFromMetaTag The DetectEncodingFromMetaTag property gets or sets a Boolean value that indicates whether the encoding is detected from the meta tag or determined by the InputEncoding property.
Public property FilterHtml The FilterHtml property gets or sets a Boolean value that indicates whether output HTML will be stripped of executable scripts.
Public property Footer The Footer property gets or sets the text that will appear in the output after any other visible text.
Public property Header The Header property gets or sets the text that will appear in the output before any other visible text.
Public property HeaderFooterFormat The HeaderFooterFormat property gets or sets a HeaderFooterFormat enumeration value that indicates whether headers and footers will be interpreted as text or as HTML.
Public property HtmlTagCallback The HtmlTagCallback property gets or sets the HtmlTagCallback delegate that is called when specific tags are encountered.
Public property InputEncoding The InputEncoding property gets or sets an Encoding object that represents the encoding to use when reading enriched text input.
Public property InputStreamBufferSize The InputStreamBufferSize property gets or sets the internal input buffer size, in bytes, for stream input. (Inherited from TextConverter.)
Public property MaxCallbackTagLength The MaxCallbackTagLength property gets or sets the number of characters allowed in a tag, including attributes that can be passed in a callback.
Public property NormalizeHtml 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.
Public property OutputEncoding The OutputEncoding property gets or sets a Encoding object that represents the encoding to use when writing HTML output.
Public property OutputHtmlFragment The OutputHtmlFragment property gets or sets a Boolean value that determines whether or not this HtmlToHtml object must output an entire HTML document or only a fragment of the HTML body content.
Public property OutputStreamBufferSize The OutputStreamBufferSize method gets or sets the internal output buffer size, in bytes, for stream output. (Inherited from TextConverter.)

Top

See also

Reference

HtmlToHtml class

Microsoft.Exchange.Data.TextConverters namespace