Gets or sets whether byte input encoding is detected from the byte order mark or determined by inputEncoding.
Gets or sets text prepended to the beginning of the output.
The header must be set before conversion begins.
Gets or sets text appended to the end of the output.
The footer must be set before conversion begins.
Gets or sets the footer format.
Gets or sets the header format.
Gets or sets the callback used for custom filtering of HTML tags and content.
Gets or sets whether the converter should output only an HTML fragment.
When false, the converter outputs an entire HTML document; when true,
it outputs only the HTML body content.
The input format.
The output format.
ProtecteddecodeConverts source text from the input format to the output format and writes the result.
The source text, bytes, or stream.
The text writer.
Converts text from the input format to the output format.
The text, bytes, or stream to convert.
The converted text.
Converts the text from the input format to the output format and writes the result.
The text to convert.
The text writer.
A text to HTML converter.
Used to convert plain text into HTML.