System.Web.UI.HtmlTextWriter: Field Members

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

Public Fields

const
DefaultTabStringstring.

Represents a single tab character.

const
DoubleQuoteCharchar.

Represents the quotation mark (") character.

const
EndTagLeftCharsstring.

Represents the left angle bracket and slash mark (</) of the closing tag of a markup element.

const
EqualsCharchar.

Represents the equal sign (=).

const
EqualsDoubleQuoteStringstring.

Represents an equal sign (=) and a double quotation mark (") together in a string (=").

const
SelfClosingCharsstring.

Represents a space and the self-closing slash mark (/) of a markup tag.

const
SelfClosingTagEndstring.

Represents the closing slash mark and right angle bracket (/>) of a self-closing markup element.

const
SemicolonCharchar.

Represents the semicolon (;).

const
SingleQuoteCharchar.

Represents an apostrophe (').

const
SlashCharchar.

Represents the slash mark (/).

const
SpaceCharchar.

Represents a space ( ) character.

const
StyleEqualsCharchar.

Represents the style equals (:) character used to set style attributes equal to values.

const
TagLeftCharchar.

Represents the opening angle bracket (<) of a markup tag.

const
TagRightCharchar.

Represents the closing angle bracket (>) of a markup tag.