The fields 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
const | DefaultTabString | string.
Represents a single tab character. |
const | DoubleQuoteChar | char.
Represents the quotation mark (") character. |
const | EndTagLeftChars | string.
Represents the left angle bracket and slash mark (</) of the closing tag of a markup element. |
const | EqualsChar | char.
Represents the equal sign (=). |
const | EqualsDoubleQuoteString | string.
Represents an equal sign (=) and a double quotation mark (") together in a string (="). |
const | SelfClosingChars | string.
Represents a space and the self-closing slash mark (/) of a markup tag. |
const | SelfClosingTagEnd | string.
Represents the closing slash mark and right angle bracket (/>) of a self-closing markup element. |
const | SemicolonChar | char.
Represents the semicolon (;). |
const | SingleQuoteChar | char.
Represents an apostrophe ('). |
const | SlashChar | char.
Represents the slash mark (/). |
const | SpaceChar | char.
Represents a space ( ) character. |
const | StyleEqualsChar | char.
Represents the style equals (:) character used to set style attributes equal to values. |
const | TagLeftChar | char.
Represents the opening angle bracket (<) of a markup tag. |
const | TagRightChar | char.
Represents the closing angle bracket (>) of a markup tag. |