MobilePage.HiddenVariables 속성

정의

지정된 MobilePage 개체에서 숨김 변수의 사전을 가져옵니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

public:
 property System::Collections::IDictionary ^ HiddenVariables { System::Collections::IDictionary ^ get(); };
[System.ComponentModel.Bindable(false)]
[System.ComponentModel.Browsable(false)]
public System.Collections.IDictionary HiddenVariables { get; }
[<System.ComponentModel.Bindable(false)>]
[<System.ComponentModel.Browsable(false)>]
member this.HiddenVariables : System.Collections.IDictionary
Public ReadOnly Property HiddenVariables As IDictionary

속성 값

페이지에 포함된 숨김 변수의 사전입니다.

특성

적용 대상

추가 정보