WmlPageAdapter.PersistCookielessData Property

 

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.

Namespace:   System.Web.UI.MobileControls.Adapters
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.Boolean

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

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.

.NET Framework
Available since 1.1
Return to top
Show: