ExtenderControl.GetScriptDescriptors Method (Control)
.NET Framework (current version)
When overridden in a derived class, registers the ScriptDescriptor objects for the control.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
protected abstract IEnumerable<ScriptDescriptor> GetScriptDescriptors( Control targetControl )
Parameters
- targetControl
-
Type:
System.Web.UI.Control
The server control to which the extender is associated.
Return Value
Type: System.Collections.Generic.IEnumerable<ScriptDescriptor>An enumeration of ScriptDescriptor objects.
.NET Framework
Available since 3.5
Available since 3.5
Show: