ScriptManager.GetRegisteredDisposeScripts Método

Definición

Recupera una colección de solo lectura de dispose scripts que se registraron anteriormente con el Page objeto .

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

Devoluciones

Colección genérica que contiene dispose scripts.

Comentarios

Un dispose script se ejecuta cuando el UpdatePanel control se actualiza o elimina.

Se aplica a

Consulte también