This documentation is archived and is not being maintained.
XhtmlTextWriter Constructor
Visual Studio 2010
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.
| Name | Description | |
|---|---|---|
|
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. |
|
XhtmlTextWriter(TextWriter, String) | Initializes a new instance of the XhtmlTextWriter class with the specified line indentation. |
Show: