HtmlPageAdapter.CookielessDataDictionary プロパティ

定義

URL クエリ文字列を使用して要求間で永続化されたデータを取得または設定します。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「ASP.NET を使用した Mobile Apps & サイト」を参照してください。

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 > 設定されます。

適用対象

こちらもご覧ください