XhtmlTextWriter Constructor
.NET Framework 2.0
Initializes a new instance of the XhtmlTextWriter class.
| 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.
|
Community Additions
ADD
Show: