WmlPageAdapter.PersistCookielessData Property
.NET Framework (current version)
Sets or returns whether items from the CookielessDataDictionary property are persisted in the query string. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.
Assembly: System.Web.Mobile (in System.Web.Mobile.dll)
abstract PersistCookielessData : bool with get, set override PersistCookielessData : bool with get, set
Property Value
Type: System.Booleantrue if items from the CookielessDataDictionary property are persisted in the query string; otherwise, false.
Implements
IPageAdapter.PersistCookielessDataBy default, this value is true if the CookielessDataDictionaryType entry in the MobileControls configuration section of Web.config is set to a valid dictionary type.
.NET Framework
Available since 1.1
Available since 1.1
Show: