HtmlPageAdapter.CookielessDataDictionary Egenskap

Definition

Hämtar eller anger beständiga 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

Data sparas mellan begäranden med hjälp av URL-frågesträngen.

Implementeringar

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