IPageAdapter::CookielessDataDictionary Property

 

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.

Namespace:   System.Web.UI.MobileControls
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
Return to top
Show: