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. |
Top