다음을 통해 공유


IPageAdapter.PersistCookielessData 속성

정의

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

public:
 property bool PersistCookielessData { bool get(); void set(bool value); };
public bool PersistCookielessData { get; set; }
member this.PersistCookielessData : bool with get, set
Public Property PersistCookielessData As Boolean

속성 값

true 속성의 항목이 CookielessDataDictionary 쿼리 문자열에 유지되면 이고, false그렇지 않으면 입니다.

설명

Web.config 구성 섹션의 CookielessDataDictionaryType 항목 MobileControls 이 유효한 사전 형식으로 설정된 경우 이 값 true 은 기본적으로 입니다.

적용 대상

추가 정보