IPageAdapter.PersistCookielessData Property

 

Gets or sets 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.

Namespace:   System.Web.UI.MobileControls
Assembly:  System.Web.Mobile (in System.Web.Mobile.dll)

abstract PersistCookielessData : bool with get, set

Property Value

Type: System.Boolean

true if the items from the CookielessDataDictionary property are persisted in the query string; otherwise, false.

This value is true by default, 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
Return to top
Show: