System.Web.UI.HtmlTextWriter: Property Members

The properties 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 Properties

[read-only]
override
EncodingSystem.Text.Encoding.

Gets the encoding that the System.Web.UI.HtmlTextWriter object uses to write content to the page.

Indentint.

Gets or sets the number of tab positions to indent the beginning of each line of markup.

InnerWriterSystem.IO.TextWriter.

Gets or sets the text writer that writes the inner content of the markup element.

override
NewLinestring.

Gets or sets the line terminator string used by the System.Web.UI.HtmlTextWriter object.

Protected Properties

TagKeyHtmlTextWriterTag.

Gets or sets the System.Web.UI.HtmlTextWriterTag value for the specified markup element.

TagNamestring.

Gets or sets the tag name of the markup element being rendered.