ITempDataDictionary Rozhraní

Definice

Představuje sadu dat, která se uchovávají pouze z jednoho požadavku na další.

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))
Odvozené
Implementuje

Metody

Keep()

Označí všechny klíče ve slovníku pro uchování.

Keep(String)

Označí zadaný klíč ve slovníku pro uchování.

Load()

Načte slovník pomocí registrovaného ITempDataProviderobjektu .

Peek(String)

Vrátí objekt, který obsahuje prvek, který je přidružen k zadanému klíči, bez označení klíče pro odstranění.

Save()

Uloží slovník pomocí registrovaného ITempDataProviderobjektu .

Platí pro