ExtenderControl.IExtenderControl.GetScriptReferences Method ()

 

Registers the script libraries for the control. This method is a private member and cannot be inherited.

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

Private Function GetScriptReferences As IEnumerable(Of ScriptReference)
	Implements IExtenderControl.GetScriptReferences

Return Value

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

An object that implements the IEnumerable interface and that contains ECMAScript (JavaScript) files that have been registered as embedded resources.

.NET Framework
Available since 3.5
Return to top
Show: