Syntax
CSharp
VisualBasic
ManagedCPlusPlus
JSharp
Value
Return Value
A ScriptReferenceCollection collection that contains ScriptReference objects for each script file that the ScriptManagerProxy control sends to the browser.
Remarks
The Scripts collection enables you to add script references to any scripts that are already registered with the ScriptManager control.
You can add script references to the Scripts collection declaratively by using the <asp:ScriptReference> element. You can add script references programmatically by adding ScriptReference objects to the Scripts collection.
If a script is already registered with the ScriptManagerProxy or ScriptManager control, the script is not registered again.
Assembly: System.Web.Extensions (Module: System.Web.Extensions)