ScriptBehaviorDescriptor Constructor (String, String)
.NET Framework (current version)
Initializes a new instance of the ScriptBehaviorDescriptor class.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
Parameters
- type
-
Type:
System.String
A string representation of the type of the client behavior to describe.
- elementID
-
Type:
System.String
The client ID of the target control.
| Exception | Condition |
|---|---|
| ArgumentException | type or elementID is null or an empty string (""). |
.NET Framework
Available since 3.5
Available since 3.5
Show: