HtmlPageAdapter.PersistCookielessData Property
.NET Framework (current version)
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.
Assembly: System.Web.Mobile (in System.Web.Mobile.dll)
Property Value
Type: System.Booleantrue if items from the CookielessDataDictionary property are persisted in the query string; otherwise, false.
Implements
IPageAdapter.PersistCookielessDataBy default this value is true if the CookielessDataDictionary entry in the MobileControls configuration section of Web.config is set to a valid dictionary type.
.NET Framework
Available since 1.1
Available since 1.1
Show: