IExtenderControl.GetScriptDescriptors Method (Control)

 

Registers the ScriptDescriptor objects for the control and returns an object that contains the ScriptDescriptor objects for the control.

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

abstract GetScriptDescriptors : 
        targetControl:Control -> IEnumerable<ScriptDescriptor>

Parameters

targetControl
Type: System.Web.UI.Control

The server control that the extender is associated with.

Return Value

Type: System.Collections.Generic.IEnumerable<ScriptDescriptor>

An IEnumerable collection that contains ScriptDescriptor objects.

.NET Framework
Available since 3.5
Return to top
Show: