This documentation is archived and is not being maintained.
HtmlTextWriter Properties
.NET Framework 1.1
The properties of the HtmlTextWriter class are listed here. For a complete list of HtmlTextWriter class members, see the HtmlTextWriter Members topic.
Public Properties
Encoding | Overridden. Gets the Encoding that the HtmlTextWriter object uses to write content to the page. |
FormatProvider (inherited from TextWriter) | Gets an object that controls formatting. |
Indent | Gets or sets the number of spaces to indent at the beginning of a line of HTML. |
InnerWriter | Gets or sets the text writer that writes the inner content of the HTML element. |
NewLine | Overridden. Gets or sets the line terminator string used by the current HtmlTextWriter. |
Protected Properties
TagKey | Gets or sets the HtmlTextWriterTag value for the specified HTML element. |
TagName | Gets or sets the tag name of the HTML element being rendered. |
See Also
Show:
