This documentation is archived and is not being maintained.
HtmlTextWriter Properties
Visual Studio 2010
The HtmlTextWriter type exposes the following members.
| Name | Description | |
|---|---|---|
|
Encoding | Gets the encoding that the HtmlTextWriter object uses to write content to the page. (Overrides TextWriter::Encoding.) |
|
FormatProvider | Gets an object that controls formatting. (Inherited from TextWriter.) |
|
Indent | Gets or sets the number of tab positions to indent the beginning of each line of markup. |
|
InnerWriter | Gets or sets the text writer that writes the inner content of the markup element. |
|
NewLine | Gets or sets the line terminator string used by the HtmlTextWriter object. (Overrides TextWriter::NewLine.) |
|
TagKey | Gets or sets the HtmlTextWriterTag value for the specified markup element. |
|
TagName | Gets or sets the tag name of the markup element being rendered. |
Show: