Create an HTML writer using the specified text writer.
The output text writer.
OptionalleaveOpen: boolean
true to leave the output writer open when disposed; otherwise, false.
Create an HTML writer for the specified stream.
The output stream.
The encoding to use for the output.
OptionalleaveOpen: boolean
true to leave the stream open when disposed; otherwise, false.
Get the current state of the writer.
Write the attribute to the output using a range of the value.
The attribute identifier or name.
A buffer containing the attribute value.
The starting index of the attribute value.
The number of characters in the attribute value.
Write a range of an attribute value to the output.
A buffer containing the attribute value.
The starting index of the attribute value.
The number of characters in the attribute value.
Write a range of markup text to the output without HTML-encoding it.
A buffer containing markup text.
The starting index of the markup text.
The number of characters in the markup text.
Write a range of HTML-encoded text to the output.
A buffer containing text.
The starting index of the text.
The number of characters in the text.
Format and write HTML-encoded text to the output.
The format string.
The format arguments.
Dispose the writer and, unless left open, the underlying output.
An HTML writer.