This documentation is archived and is not being maintained.

XhtmlTextWriter Constructor

Initializes a new instance of the XhtmlTextWriter class.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  NameDescription
Public method XhtmlTextWriter(TextWriter) Initializes a new instance of the XhtmlTextWriter class that uses the line indentation that is specified in the DefaultTabString field. Use the XhtmlTextWriter constructor if you do not want to change the default line indentation.
Public method XhtmlTextWriter(TextWriter, String) Initializes a new instance of the XhtmlTextWriter class with the specified line indentation.
Top
Show: