XhtmlPageAdapter::PersistCookielessData Property
.NET Framework (current version)
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 the www.asp.net/mobile Web site.
Assembly: System.Web.Mobile (in System.Web.Mobile.dll)
public: property bool PersistCookielessData { virtual bool get() sealed; virtual void set(bool value) sealed; }
Property Value
Type: System::Booleantrue if the CookielessDataDictionaryType in the MobileControls configuration section of the Web.config file is set to a valid dictionary type; otherwise, false.
Implements
IPageAdapter::PersistCookielessData
.NET Framework
Available since 2.0
Available since 2.0
CookielessDataDictionary
XhtmlPageAdapter Class
System.Web.UI.MobileControls.Adapters.XhtmlAdapters Namespace
ASP.NET Mobile Web Forms and ASP.NET Compatibility
Architectural Overview of Adaptive Control Behavior
Adapter Sets Functionality
Control and Adapter Interaction
Show: