Gets a collection of ScriptReference objects that define script resources that the control requires.
Syntax
CSharp
VisualBasic
ManagedCPlusPlus
JSharp
Return Value
Return Value
An IEnumerable collection of ScriptReference objects.
Remarks
Implement this method to define custom script library dependencies that the server control requires, such as scripts in a Scripts folder of the current Web application, or resources in an assembly. Scripts from the Microsoft AJAX Library do not have to be registered in this manner.
Assembly: System.Web.Extensions (Module: System.Web.Extensions)