Share via


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

속성 값

Web.config 파일의 true 구성 섹션에서 CookielessDataDictionaryType이 유효한 사전 형식으로 설정되어 있으면 MobileControls이고, 그렇지 않으면 false입니다.

구현

적용 대상

추가 정보