MobilePage.GetPrivateViewState(MobileControl) 메서드

정의

컨트롤의 뷰 상태를 가져옵니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

public:
 System::Object ^ GetPrivateViewState(System::Web::UI::MobileControls::MobileControl ^ ctl);
public object GetPrivateViewState (System.Web.UI.MobileControls.MobileControl ctl);
member this.GetPrivateViewState : System.Web.UI.MobileControls.MobileControl -> obj
Public Function GetPrivateViewState (ctl As MobileControl) As Object

매개 변수

ctl
MobileControl

상태를 검색할 컨트롤입니다.

반환

컨트롤과 연결된 StateBag 개체입니다.

설명

컨트롤의 뷰 상태는 기본이 아닌 모든 속성 값의 집계입니다.

적용 대상

추가 정보