HtmlToHtml Members
The HtmlToHtml conversion object transforms HTML. It is used to normalize and filter HTML, convert HTML to use a different code page, and inject text into HTML.
The following tables list the members exposed by the HtmlToHtml type.
Public Constructors
Name | Description | |
---|---|---|
HtmlToHtml | The HtmlToHtml constructor creates a new HtmlToHtml conversion object. |
Top
Public Properties
Name | Description | |
---|---|---|
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. | |
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. | |
FilterHtml | The FilterHtml property gets or sets a Boolean value that indicates whether output HTML will be stripped of executable scripts. | |
Footer | The Footer property gets or sets the text that will appear in the output after any other visible text. | |
Header | The Header property gets or sets the text that will appear in the output before any other visible text. | |
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. | |
HtmlTagCallback | The HtmlTagCallback property gets or sets the HtmlTagCallback delegate that is called when specific tags are encountered. | |
InputEncoding | The InputEncoding property gets or sets an Encoding object that represents the encoding to use when reading enriched text input. | |
InputStreamBufferSize | The InputStreamBufferSize property gets or sets the internal input buffer size, in bytes, for stream input.(inherited from TextConverter) | |
MaxCallbackTagLength | The MaxCallbackTagLength property gets or sets the number of characters allowed in a tag, including attributes that can be passed in a callback. | |
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. | |
OutputEncoding | The OutputEncoding property gets or sets a Encoding object that represents the encoding to use when writing HTML output. | |
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. | |
OutputStreamBufferSize | The OutputStreamBufferSize method gets or sets the internal output buffer size, in bytes, for stream output.(inherited from TextConverter) |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Convert | Overloaded. (inherited from TextConverter ) | |
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top