다음을 통해 공유


ScriptManager.GetRegisteredDisposeScripts 메서드

정의

이전에 Page 개체에 등록된 dispose 스크립트의 읽기 전용 컬렉션을 검색합니다.

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 업데이트되거나 삭제되면 스크립트가 실행됩니다.

적용 대상

추가 정보