ScriptManager.GetRegisteredDisposeScripts Метод

Определение

Возвращает коллекцию только для чтения скриптов dispose, которые были прежде зарегистрированы с объектом Page.

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)

Возвращаемое значение

ReadOnlyCollection<RegisteredDisposeScript>

Универсальная коллекция, содержащая скрипты dispose.

Комментарии

Скрипт dispose выполняется при UpdatePanel обновлении или удалении элемента управления.

Применяется к

См. также раздел