XhtmlPageAdapter.CookielessDataDictionary 속성

정의

현재 쿠키를 사용하지 않는 Session 속성 데이터(있는 경우)를 가져오거나 설정합니다. 이 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

현재 쿠키를 사용하지 않는 IDictionary 데이터가 있으면 해당 데이터의 키/값 쌍을 포함하는 Session이고, 그렇지 않으면 null입니다.

구현

설명

CookielessDataDictionary유효한 IDictionary 인터페이스가 요소의 특성으로 구성 되 면 속성이 채워집니다 MobileControlsSection .

적용 대상

추가 정보