Slimmed down version of System.Web.UI.HtmlTextWriter.
Initializes a new instance of the SlimHtmlTextWriter class.
Gets the current tag.
Gets or sets a value indicating whether formatting is currently enabled.
Gets the encoding of the underlying System.IO.TextWriter.
Gets the current indent level.
Gets or sets the string to use for individual indent tabs.
Releases resources used by the writer.
Flushes the writer.
Writes raw HTML.
Writes the text.
Writes the character.
Writes an attribute to the current tag.
Writes attributes contained in the attribute collection to the current tag.
Writes the class attribute to the current tag using a class collection.
HTML encodes the specified text before writing it.
Closes the current HTML tag.
Writes an HTML tag.