WmlPageAdapter.CookielessDataDictionary Property
.NET Framework (current version)
Gets or sets persisted data between requests through the use of the URL 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)
abstract CookielessDataDictionary : IDictionary with get, set override CookielessDataDictionary : IDictionary with get, set
Property Value
Type: System.Collections.IDictionaryData persisted between requests through the use of the URL query string.
Implements
IPageAdapter.CookielessDataDictionaryThis property is populated when a valid IDictionary type is configured as an attribute of the < mobileControls > configuration element.
.NET Framework
Available since 1.1
Available since 1.1
Show: