WmlPageAdapter.PersistCookielessData Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 Mobile Apps & Sites with ASP.NET.
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
Property Value
true
if items from the CookielessDataDictionary property are persisted in the query string; otherwise, false
.
Implements
Remarks
By default, this value is true
if the CookielessDataDictionaryType
entry in the MobileControls
configuration section of Web.config is set to a valid dictionary type.