Gets a collection of script descriptors that represent ECMAScript (JavaScript) client components.
Syntax
CSharp
VisualBasic
ManagedCPlusPlus
JSharp
Return Value
Return Value
An IEnumerable collection of ScriptDescriptor objects.
Remarks
Implement this method to define components, behaviors, or client controls from the Microsoft AJAX Library that the server control requires. This method enables you to pass declaratively specified parameters to functions.
To use this method, you must also implement the abstract ScriptDescriptor class.
Assembly: System.Web.Extensions (Module: System.Web.Extensions)