HtmlTextWriter Constructor

 

Initializes a new instance of the HtmlTextWriter class.

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

NameDescription
System_CAPS_pubmethodHtmlTextWriter(TextWriter^)

Initializes a new instance of the HtmlTextWriter class that uses a default tab string.

System_CAPS_pubmethodHtmlTextWriter(TextWriter^, String^)

Initializes a new instance of the HtmlTextWriter class with a specified tab string character.

Return to top
Show: