HtmlWriter Constructor
The HtmlWriter constructor overloads create new HtmlWriter objects.
Overload List
Name | Description |
---|---|
HtmlWriter (TextWriter) |
The HtmlWriter constructor creates a new HtmlWriter object with a specified TextWriter as the output.
|
HtmlWriter (Stream, Encoding) |
The HtmlWriter constructor creates a new HtmlWriter object that outputs to a given Stream object using a given encoding.
|
See Also