IPageAdapter.CookielessDataDictionary Property

Definition

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 Mobile Apps & Sites with ASP.NET.

public:
 property System::Collections::IDictionary ^ CookielessDataDictionary { System::Collections::IDictionary ^ get(); void set(System::Collections::IDictionary ^ value); };
public System.Collections.IDictionary CookielessDataDictionary { get; set; }
member this.CookielessDataDictionary : System.Collections.IDictionary with get, set
Public Property CookielessDataDictionary As IDictionary

Property Value

A dictionary of data that has been persisted through the use of the URL query string.

Remarks

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

Applies to

See also