ScriptManager::RegisterScriptDescriptors Method
.NET Framework (current version)
Instructs the ScriptManager control to call back to the ScriptControl or ExtenderControl classes in order to return scripts that support the client object that represents a client control, component, or behavior.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
| Name | Description | |
|---|---|---|
![]() | RegisterScriptDescriptors(IExtenderControl^) | Calls back to an ExtenderControl class to return instance scripts that must be rendered to support the client object that represents a client control, component, or behavior. |
![]() | RegisterScriptDescriptors(IScriptControl^) | Calls a ScriptControl class to return instance scripts that must be rendered to support the client object that represents a client control, component, or behavior. |
Show:
