IExtenderControl.GetScriptReferences Method ()

 

Registers the script libraries for the control and returns an enumeration of ECMAScript (JavaScript) files that have been registered as embedded resources.

Namespace:   System.Web.UI
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

Function GetScriptReferences As IEnumerable(Of ScriptReference)

Return Value

Type: System.Collections.Generic.IEnumerable(Of ScriptReference)

An IEnumerable collection that contains JavaScript files that have been registered as embedded resources.

.NET Framework
Available since 3.5
Return to top
Show: