System.Web.UI.XhtmlTextWriter: Constructor Members

The constructors of System.Web.UI.XhtmlTextWriter are listed below. For a list of all members, see the XhtmlTextWriter Members list.

See Also: Inherited members from System.Web.UI.HtmlTextWriter

Public Constructors

Initializes a new instance of the System.Web.UI.XhtmlTextWriter class that uses the line indentation that is specified in the HtmlTextWriter.DefaultTabString field. Use the XhtmlTextWriter.#ctor(System.IO.TextWriter) constructor if you do not want to change the default line indentation.

Initializes a new instance of the System.Web.UI.XhtmlTextWriter class with the specified line indentation.