XhtmlPageAdapter::PersistCookielessData Property

 

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.

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

true if the CookielessDataDictionaryType in the MobileControls configuration section of the Web.config file is set to a valid dictionary type; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: