ExtenderControl.IExtenderControl.GetScriptDescriptors Method (Control)
.NET Framework (current version)
Registers the ScriptDescriptor objects for the control. This method is a private member and cannot be inherited.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
IEnumerable<ScriptDescriptor> IExtenderControl.GetScriptDescriptors( Control targetControl )
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 object that implements the IEnumerable interface and that contains ScriptDescriptor objects.
.NET Framework
Available since 3.5
Available since 3.5
Show: