IPageAdapter::CookielessDataDictionary Property
.NET Framework (current version)
Use this property to persist 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)
property IDictionary^ CookielessDataDictionary { IDictionary^ get(); void set(IDictionary^ value); }
Property Value
Type: System.Collections::IDictionary^A dictionary of data that has been persisted 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
Available since 1.1
IPageAdapter Interface
System.Web.UI.MobileControls Namespace
Mobile Text Writer Rendering Best Practices
Architectural Overview of Adaptive Control Behavior
Show: