Syntax
CSharp
public ScriptBehaviorDescriptor (
string type,
string elementID
)
VisualBasic
Public Sub New ( _
type As String, _
elementID As String _
)
ManagedCPlusPlus
public:
ScriptBehaviorDescriptor (
String^ type,
String^ elementID
)
JSharp
public ScriptBehaviorDescriptor (
String type,
String elementID
)
Parameters
- type (String)
A string representation of the type of the client behavior to describe.
- elementID (String)
The client ID of the target control.
Exceptions
| Exception | Condition |
|---|
| ArgumentException | type or elementID is null or an empty string (""). |
Assembly: System.Web.Extensions (Module: System.Web.Extensions)