IPageAdapter.CookielessDataDictionary 속성

정의

이 속성은 URL 쿼리 문자열을 사용하여 요청 간에 데이터를 유지하는 데 사용됩니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 Mobile Apps & Sites with ASP.NET(ASP.NET을 사용한 모바일 앱 및 사이트)을 참조하세요.

public:
 property System::Collections::IDictionary ^ CookielessDataDictionary { System::Collections::IDictionary ^ get(); void set(System::Collections::IDictionary ^ value); };
public System.Collections.IDictionary CookielessDataDictionary { get; set; }
member this.CookielessDataDictionary : System.Collections.IDictionary with get, set
Public Property CookielessDataDictionary As IDictionary

속성 값

IDictionary

URL 쿼리 문자열을 사용하여 유지된 데이터 사전입니다.

설명

이 속성은 올바른 IDictionary 형식이 < > 구성 요소의 특성으로 구성 된 경우에 채워집니다 mobileControls .

적용 대상

추가 정보