Edit

Share via


XhtmlPageAdapter.CookielessDataDictionary Property

Definition

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 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

An IDictionary containing key/value pairs for the current cookieless Session data, if any; otherwise, null.

Implements

Remarks

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

Applies to

See also