XhtmlPageAdapter::CookielessDataDictionary Property
.NET Framework (current version)
Gets or sets the current cookieless Session property data, if any. 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)
public: property IDictionary^ CookielessDataDictionary { virtual IDictionary^ get() sealed; virtual void set(IDictionary^ value) sealed; }
Property Value
Type: System.Collections::IDictionary^An IDictionary containing key/value pairs for the current cookieless Session data, if any; otherwise, null.
Implements
IPageAdapter::CookielessDataDictionaryThe CookielessDataDictionary property is populated when a valid IDictionary interface is configured as an attribute of the MobileControlsSection element.
.NET Framework
Available since 2.0
Available since 2.0
MobileControlsSection
IDictionary
XhtmlPageAdapter Class
System.Web.UI.MobileControls.Adapters.XhtmlAdapters Namespace
ASP.NET Mobile Web Forms and ASP.NET Compatibility
Architectural Overview of Adaptive Control Behavior
Adapter Sets Functionality
Control and Adapter Interaction
Show: