This documentation is archived and is not being maintained.

HtmlTextWriter Fields

The fields of the HtmlTextWriter class are listed here. For a complete list of HtmlTextWriter class members, see the HtmlTextWriter Members topic.

Public Fields

public fieldstatic (Shared in Visual Basic)DefaultTabString Represents a single tab character.
public fieldstatic (Shared in Visual Basic)DoubleQuoteChar Represents the double-quote (") character.
public fieldstatic (Shared in Visual Basic)EndTagLeftChars Represents the left angle bracket and slash (</) of the closing tag of an HTML element.
public fieldstatic (Shared in Visual Basic)EqualsChar Represents the equal sign (=) character.
public fieldstatic (Shared in Visual Basic)EqualsDoubleQuoteString Represents an equals sign and a double quote character together in a String.
public fieldstatic (Shared in Visual Basic)SelfClosingChars Represents the self-closing slash (/) character of an HTML tag.
public fieldstatic (Shared in Visual Basic)SelfClosingTagEnd Represents the closing slash and right angle bracket (/>) of a self-closing HTML element.
public fieldstatic (Shared in Visual Basic)SemicolonChar Represents the semicolon (;) character.
public fieldstatic (Shared in Visual Basic)SingleQuoteChar Represents a single quote (') character.
public fieldstatic (Shared in Visual Basic)SlashChar Represents the slash (/) character.
public fieldstatic (Shared in Visual Basic)SpaceChar Represents a space character.
public fieldstatic (Shared in Visual Basic)StyleEqualsChar Represents the colon character (:) used to set style attributes equal to values in the opening tag of an HTML element.
public fieldstatic (Shared in Visual Basic)TagLeftChar Represents the opening angle-bracket (<) of an HTML tag.
public fieldstatic (Shared in Visual Basic)TagRightChar Represents the closing angle-bracket (>) of an HTML tag.

Protected Fields

protected fieldCoreNewLine (inherited from TextWriter) Stores the new line characters used for this TextWriter.

See Also

HtmlTextWriter Class | System.Web.UI Namespace

Show: