WmlPageAdapter.CookielessDataDictionary Property

 

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.

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

Data persisted between requests through the use of the URL query string.

This property is populated when a valid IDictionary type is configured as an attribute of the < mobileControls > configuration element.

.NET Framework
Available since 1.1
Return to top
Show: