HtmlTextWriter Fields
.NET Framework 3.0
(see also
Protected Fields
)
Top
| Name | Description | |
|---|---|---|
| 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.
|
| Name | Description | |
|---|---|---|
| CoreNewLine |
Stores the new line characters used for this TextWriter.
(inherited from
TextWriter)
|
Community Additions
ADD
Show: