다음을 통해 공유


HtmlPageAdapter.CookielessDataDictionary 속성

정의

URL 쿼리 문자열을 사용하여 요청 간에 지속되는 데이터를 가져오거나 설정합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

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

속성 값

URL 쿼리 문자열을 사용하여 요청 간에 지속되는 데이터입니다.

구현

설명

이 속성은 유효한 IDictionary 형식이 구성 요소의 < mobileControls > 특성으로 구성된 경우 채워집니다.

적용 대상

추가 정보