ITempDataDictionary Interfejs

Definicja

Reprezentuje zestaw danych, który utrzymuje się tylko z jednego żądania do następnego.

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))
Pochodne
Implementuje

Metody

Keep()

Oznacza wszystkie klucze w słowniku do przechowywania.

Keep(String)

Oznacza określony klucz w słowniku do przechowywania.

Load()

Ładuje słownik przy użyciu zarejestrowanego ITempDataProviderelementu .

Peek(String)

Zwraca obiekt zawierający element skojarzony z określonym kluczem bez oznaczania klucza do usunięcia.

Save()

Zapisuje słownik przy użyciu zarejestrowanego ITempDataProviderelementu .

Dotyczy