IExtenderControl.GetScriptDescriptors Method (Control)
.NET Framework (current version)
Registers the ScriptDescriptor objects for the control and returns an object that contains the ScriptDescriptor objects for the control.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
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
Available since 3.5
Show: