HtmlPageAdapter.PersistCookielessData Property

Definition

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 CookielessDataDictionary entry in the MobileControls configuration section of Web.config is set to a valid dictionary type.

Applies to

See also