XhtmlPageAdapter::CookielessDataDictionary Property

 

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.

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

The CookielessDataDictionary property is populated when a valid IDictionary interface is configured as an attribute of the MobileControlsSection element.

.NET Framework
Available since 2.0
Return to top
Show: