Syntax
CSharp
public ScriptControlDescriptor (
string type,
string elementID
)
VisualBasic
Public Sub New ( _
type As String, _
elementID As String _
)
ManagedCPlusPlus
public:
ScriptControlDescriptor (
String^ type,
String^ elementID
)
JSharp
public ScriptControlDescriptor (
String type,
String elementID
)
Parameters
- type (String)
The type of the client control object to create.
- elementID (String)
The ID of the HTML element that represents the control object to create.
Assembly: System.Web.Extensions (Module: System.Web.Extensions)