WmlPageAdapter.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 > .

적용 대상

추가 정보