NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HtmlTextWriter Constructor

[To be supplied.]

Overload List

[To be supplied.]

[Visual Basic] Overloads Public Sub New(TextWriter)
[C#] public HtmlTextWriter(TextWriter);
[C++] public: HtmlTextWriter(TextWriter*);
[JScript] public function HtmlTextWriter(TextWriter);

[To be supplied.]

[Visual Basic] Overloads Public Sub New(TextWriter, String)
[C#] public HtmlTextWriter(TextWriter, String);
[C++] public: HtmlTextWriter(TextWriter*, String);
[JScript] public function HtmlTextWriter(TextWriter, String);

See Also

HtmlTextWriter Class | HtmlTextWriter Members | System.Web.UI Namespace