HtmlPageAdapter.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 > 構成要素の属性として構成されている場合に設定されます。

適用対象

こちらもご覧ください