Click or drag to resize
MimeKit

HtmlToHtml Properties

The HtmlToHtml type exposes the following members.

Properties
 NameDescription
Public propertyDetectEncodingFromByteOrderMark 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)
Public propertyFilterComments Get or set whether or not the converter should remove HTML comments from the output.
Public propertyFilterHtml Get or set whether or not executable scripts should be stripped from the output.
Public propertyFooter Get or set the text that will be appended to the end of the output.
(Inherited from TextConverter)
Public propertyFooterFormat Get or set the footer format.
Public propertyHeader Get or set text that will be prepended to the beginning of the output.
(Inherited from TextConverter)
Public propertyHeaderFormat Get or set the header format.
Public propertyCode exampleHtmlTagCallback Get or set the HtmlTagCallback method to use for custom filtering of HTML tags and content.
Public propertyInputEncoding Get or set the input encoding.
(Inherited from TextConverter)
Public propertyInputFormat Get the input format.
(Overrides TextConverterInputFormat)
Public propertyInputStreamBufferSize Get or set the size of the input stream buffer.
(Inherited from TextConverter)
Public propertyOutputEncoding Get or set the output encoding.
(Inherited from TextConverter)
Public propertyOutputFormat Get the output format.
(Overrides TextConverterOutputFormat)
Public propertyOutputStreamBufferSize Get or set the size of the output stream buffer.
(Inherited from TextConverter)
Top
See Also