Html |
The HtmlToHtml type exposes the following members.
Name | Description | |
---|---|---|
DetectEncodingFromByteOrderMark |
Get or set whether the encoding of the input is detected from the byte order mark or
determined by the InputEncoding property.
(Inherited from TextConverter) | |
FilterComments | Get or set whether or not the converter should remove HTML comments from the output. | |
FilterHtml | Get or set whether or not executable scripts should be stripped from the output. | |
Footer |
Get or set the text that will be appended to the end of the output.
(Inherited from TextConverter) | |
FooterFormat | Get or set the footer format. | |
Header |
Get or set text that will be prepended to the beginning of the output.
(Inherited from TextConverter) | |
HeaderFormat | Get or set the header format. | |
HtmlTagCallback | Get or set the HtmlTagCallback method to use for custom filtering of HTML tags and content. | |
InputEncoding |
Get or set the input encoding.
(Inherited from TextConverter) | |
InputFormat |
Get the input format.
(Overrides TextConverterInputFormat) | |
InputStreamBufferSize |
Get or set the size of the input stream buffer.
(Inherited from TextConverter) | |
OutputEncoding |
Get or set the output encoding.
(Inherited from TextConverter) | |
OutputFormat |
Get the output format.
(Overrides TextConverterOutputFormat) | |
OutputStreamBufferSize |
Get or set the size of the output stream buffer.
(Inherited from TextConverter) |