WmlPageAdapter.CookielessDataDictionary Property

Definition

Gets or sets persisted 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

Data persisted between requests through the use of the URL query string.

Implements

Remarks

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

Applies to

See also