HtmlPageAdapter.CookielessDataDictionary プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
URL クエリ文字列を使用して、要求間の永続化されたデータを取得または設定します。 この API は廃止されています。 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 > 構成要素の属性として構成されている場合に設定されます。