Syntax
CSharp
public ScriptComponentDescriptor (
string type
)
VisualBasic
Public Sub New ( _
type As String _
)
ManagedCPlusPlus
public:
ScriptComponentDescriptor (
String^ type
)
JSharp
public ScriptComponentDescriptor (
String type
)
Parameters
- type (String)
The type of the target client component.
Exceptions
Assembly: System.Web.Extensions (Module: System.Web.Extensions)