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!

WebControl Constructor (String)

Creates a new WebControl which renders as the given tag.

[Visual Basic]
Overloads Public Sub New( _
   ByVal tag As String _
)
[C#]
public WebControl(
   string tag
);
[C++]
public: WebControl(
   String* tag
);
[JScript]
public function WebControl(
   tag : String
);

Parameters

tag
[To be supplied.]

See Also

WebControl Class | WebControl Members | System.Web.UI.WebControls Namespace | WebControl Constructor Overload List