This documentation is archived and is not being maintained.

XhtmlTextWriter Properties

The XhtmlTextWriter type exposes the following members.

  NameDescription
Protected property CommonAttributes Gets a Hashtable object containing common attributes of the markup tags for the XhtmlTextWriter object.
Protected property ElementSpecificAttributes Gets a Hashtable object containing element-specific attributes.
Public property Encoding Gets the encoding that the HtmlTextWriter object uses to write content to the page. (Inherited from HtmlTextWriter.)
Public property FormatProvider Gets an object that controls formatting. (Inherited from TextWriter.)
Public property Indent Gets or sets the number of tab positions to indent the beginning of each line of markup. (Inherited from HtmlTextWriter.)
Public property InnerWriter Gets or sets the text writer that writes the inner content of the markup element. (Inherited from HtmlTextWriter.)
Public property NewLine Gets or sets the line terminator string used by the HtmlTextWriter object. (Inherited from HtmlTextWriter.)
Protected property SuppressCommonAttributes Gets a Hashtable object of elements for which CommonAttributes attributes are suppressed.
Protected property TagKey Gets or sets the HtmlTextWriterTag value for the specified markup element. (Inherited from HtmlTextWriter.)
Protected property TagName Gets or sets the tag name of the markup element being rendered. (Inherited from HtmlTextWriter.)
Top
Show: