ScriptControl.IScriptControl.GetScriptReferences Method ()
.NET Framework (current version)
When overridden in a derived class, registers script files for the control.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
Private Function GetScriptReferences As IEnumerable(Of ScriptReference) Implements IScriptControl.GetScriptReferences
Return Value
Type: System.Collections.Generic.IEnumerable(Of ScriptReference)An IEnumerable collection that contains ECMAScript (JavaScript) files that have been registered as embedded resources.
Implements
IScriptControl.GetScriptReferences()
.NET Framework
Available since 3.5
Available since 3.5
Show: