ScriptManager::GetRegisteredClientScriptBlocks Method ()
.NET Framework (current version)
Retrieves a read-only collection of client script blocks that were previously registered with the ScriptManager control.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
Return Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<RegisteredScript^>^A generic collection that contains client script blocks.
Client script blocks are registered with the ScriptManager control for use with a control that is inside an UpdatePanel control.
.NET Framework
Available since 3.5
Available since 3.5
Show: