ScriptManager.RegisterScriptDescriptors Method (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.
Namespace: System.Web.UI
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
abstract RegisterScriptDescriptors : scriptControl:IScriptControl -> unit override RegisterScriptDescriptors : scriptControl:IScriptControl -> unit
Parameters
- scriptControl
- Type: System.Web.UI.IScriptControl
The script control for which script descriptors will be registered.
The ScriptControl class calls the RegisterScriptDescriptors method during its Render event.
Notes to InheritorsIf you derive from the ScriptControl class and override the Render method, but you do not call the base class method, you must call the RegisterScriptDescriptors method. This enables the ScriptManager control to render the instance scripts that support the client object that the control represents.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.