This documentation is archived and is not being maintained.
HtmlTextWriter Fields
.NET Framework 1.1
The fields of the HtmlTextWriter class are listed here. For a complete list of HtmlTextWriter class members, see the HtmlTextWriter Members topic.
Public Fields
![]() DefaultTabString | Represents a single tab character. |
![]() DoubleQuoteChar | Represents the double-quote (") character. |
![]() EndTagLeftChars | Represents the left angle bracket and slash (</) of the closing tag of an HTML element. |
![]() EqualsChar | Represents the equal sign (=) character. |
![]() EqualsDoubleQuoteString | Represents an equals sign and a double quote character together in a String. |
![]() SelfClosingChars | Represents the self-closing slash (/) character of an HTML tag. |
![]() SelfClosingTagEnd | Represents the closing slash and right angle bracket (/>) of a self-closing HTML element. |
![]() SemicolonChar | Represents the semicolon (;) character. |
![]() SingleQuoteChar | Represents a single quote (') character. |
![]() SlashChar | Represents the slash (/) character. |
![]() SpaceChar | Represents a space character. |
![]() StyleEqualsChar | Represents the colon character (:) used to set style attributes equal to values in the opening tag of an HTML element. |
![]() TagLeftChar | Represents the opening angle-bracket (<) of an HTML tag. |
![]() TagRightChar | Represents the closing angle-bracket (>) of an HTML tag. |
Protected Fields
CoreNewLine (inherited from TextWriter) | Stores the new line characters used for this TextWriter. |
See Also
Show:


