IPageAdapter.CookielessDataDictionary Egenskap

Definition

Använd den här egenskapen för att spara data mellan begäranden med hjälp av URL-frågesträngen. Det här API:et är föråldrat. Information om hur du utvecklar ASP.NET mobila program finns i Mobile Apps & Webbplatser med 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

Egenskapsvärde

En ordlista med data som har sparats med hjälp av URL-frågesträngen.

Kommentarer

Den här egenskapen fylls i när en giltig IDictionary typ konfigureras som ett attribut för konfigurationselementet<mobileControls>.

Gäller för

Se även