Html32TextWriter Constructor

 

Initializes a new instance of the Html32TextWriter class.

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubmethodHtml32TextWriter(TextWriter^)

Initializes a new instance of the Html32TextWriter class that uses the line indentation that is specified in the HtmlTextWriter::DefaultTabString field when the requesting browser requires line indentation.

System_CAPS_pubmethodHtml32TextWriter(TextWriter^, String^)

Initializes a new instance of the Html32TextWriter class that uses the specified line indentation.

Return to top
Show: