ITempDataProvider Interfejs

Definicja

Definiuje kontrakt dla tymczasowych dostawców danych, którzy przechowują dane wyświetlane w następnym żądaniu.

public interface class ITempDataProvider
public interface ITempDataProvider
type ITempDataProvider = interface
Public Interface ITempDataProvider
Pochodne

Metody

LoadTempData(HttpContext)

Ładuje dane tymczasowe.

SaveTempData(HttpContext, IDictionary<String,Object>)

Zapisuje dane tymczasowe.

Dotyczy