ITempDataProvider Interface

Definition

Defines the contract for temporary-data providers that store data that is viewed on the next request.

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

Methods

LoadTempData(HttpContext)

Loads the temporary data.

SaveTempData(HttpContext, IDictionary<String,Object>)

Saves the temporary data.

Applies to