ScriptManager.GetRegisteredClientScriptBlocks Método

Definição

Recupera uma coleção somente leitura de blocos de script de cliente que foram anteriormente registrados com o controle ScriptManager.Retrieves a read-only collection of client script blocks that were previously registered with the ScriptManager control.

public:
 System::Collections::ObjectModel::ReadOnlyCollection<System::Web::UI::RegisteredScript ^> ^ GetRegisteredClientScriptBlocks();
public System.Collections.ObjectModel.ReadOnlyCollection<System.Web.UI.RegisteredScript> GetRegisteredClientScriptBlocks ();
member this.GetRegisteredClientScriptBlocks : unit -> System.Collections.ObjectModel.ReadOnlyCollection<System.Web.UI.RegisteredScript>
Public Function GetRegisteredClientScriptBlocks () As ReadOnlyCollection(Of RegisteredScript)

Retornos

ReadOnlyCollection<RegisteredScript>

Uma coleção genérica que contém blocos de script de cliente.A generic collection that contains client script blocks.

Comentários

Blocos de script de cliente são registrados com o ScriptManager controle para uso com um controle que está dentro de um UpdatePanel controle.Client script blocks are registered with the ScriptManager control for use with a control that is inside an UpdatePanel control.

Aplica-se a

Confira também