This documentation is archived and is not being maintained.
HtmlTextWriter Fields
Visual Studio 2010
The HtmlTextWriter type exposes the following members.
| Name | Description | |
|---|---|---|
|
CoreNewLine | Stores the new line characters used for this TextWriter. (Inherited from TextWriter.) |
|
DefaultTabString | Represents a single tab character. |
|
DoubleQuoteChar | Represents the quotation mark (") character. |
|
EndTagLeftChars | Represents the left angle bracket and slash mark (</) of the closing tag of a markup element. |
|
EqualsChar | Represents the equal sign (=). |
|
EqualsDoubleQuoteString | Represents an equal sign (=) and a double quotation mark (") together in a string (="). |
|
SelfClosingChars | Represents a space and the self-closing slash mark (/) of a markup tag. |
|
SelfClosingTagEnd | Represents the closing slash mark and right angle bracket (/>) of a self-closing markup element. |
|
SemicolonChar | Represents the semicolon (;). |
|
SingleQuoteChar | Represents an apostrophe ('). |
|
SlashChar | Represents the slash mark (/). |
|
SpaceChar | Represents a space ( ) character. |
|
StyleEqualsChar | Represents the style equals (:) character used to set style attributes equal to values. |
|
TagLeftChar | Represents the opening angle bracket (<) of a markup tag. |
|
TagRightChar | Represents the closing angle bracket (>) of a markup tag. |
Show: