The properties of System.Web.UI.HtmlTextWriter are listed below. For a list of all members, see the HtmlTextWriter Members list.
See Also: Inherited members from System.IO.TextWriter
[read-only] override | Encoding | System.Text.Encoding.
Gets the encoding that the System.Web.UI.HtmlTextWriter object uses to write content to the page. |
Indent | int.
Gets or sets the number of tab positions to indent the beginning of each line of markup. | |
InnerWriter | System.IO.TextWriter.
Gets or sets the text writer that writes the inner content of the markup element. | |
override | NewLine | string.
Gets or sets the line terminator string used by the System.Web.UI.HtmlTextWriter object. |
TagKey | HtmlTextWriterTag.
Gets or sets the System.Web.UI.HtmlTextWriterTag value for the specified markup element. | |
TagName | string.
Gets or sets the tag name of the markup element being rendered. |