ScriptManager.GetRegisteredClientScriptBlocks Méthode

Définition

Récupère une collection en lecture seule de blocs de script client qui ont été précédemment inscrits auprès du ScriptManager contrôle.

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)

Retours

Collection générique qui contient des blocs de script client.

Remarques

Les blocs de script client sont inscrits auprès du ScriptManager contrôle à utiliser avec un contrôle qui se trouve à l’intérieur d’un UpdatePanel contrôle.

S’applique à

Voir aussi