UpdateProgress.GetScriptReferences Method ()

 

Returns a list of client script library dependencies for the UpdateProgress control.

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

Protected Overridable Function GetScriptReferences As IEnumerable(Of ScriptReference)

Return Value

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

An IEnumerable collection that contains ScriptReference objects.

The UpdateProgress control does not have any server scriptdependencies.

.NET Framework
Available since 3.5
Return to top
Show: