XhtmlPageAdapter.PersistCookielessData Property

Definition

Gets or sets a Boolean value indicating 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 the CookielessDataDictionaryType in the MobileControls configuration section of the Web.config file is set to a valid dictionary type; otherwise, false.

Implements

Applies to

See also