ITempDataDictionary インターフェイス

定義

ある要求から次の要求までの間だけ保持されるデータ セットを表します。

public interface class ITempDataDictionary : System::Collections::Generic::ICollection<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>>, System::Collections::Generic::IDictionary<System::String ^, System::Object ^>, System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>>
public interface ITempDataDictionary : System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<string,object>>, System.Collections.Generic.IDictionary<string,object>, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,object>>
type ITempDataDictionary = interface
    interface IDictionary<string, obj>
    interface ICollection<KeyValuePair<string, obj>>
    interface seq<KeyValuePair<string, obj>>
    interface IEnumerable
type ITempDataDictionary = interface
    interface ICollection<KeyValuePair<string, obj>>
    interface seq<KeyValuePair<string, obj>>
    interface IEnumerable
    interface IDictionary<string, obj>
Public Interface ITempDataDictionary
Implements ICollection(Of KeyValuePair(Of String, Object)), IDictionary(Of String, Object), IEnumerable(Of KeyValuePair(Of String, Object))
派生
実装

メソッド

Keep()

ディクショナリ内のすべてのキーに保持マークを付けます。

Keep(String)

ディクショナリ内の指定したキーに保持マークを付けます。

Load()

登録済みの を使用してディクショナリを読み ITempDataProvider込みます。

Peek(String)

指定されたキーに関連付けられている要素を格納するオブジェクトを返します。キーは削除対象としてマークされません。

Save()

登録済 ITempDataProviderみの を使用してディクショナリを保存します。

適用対象