IPageAdapter.CookielessDataDictionary プロパティ

定義

URL クエリ文字列を使用して要求間でデータを保持するには、このプロパティを使用します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。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

プロパティ値

URL クエリ文字列を使用して永続化されたデータのディクショナリ。

注釈

このプロパティは、有効な IDictionary 型が <mobileControls> 構成要素の属性として構成されている場合に設定されます。

適用対象

こちらもご覧ください