ITempDataProvider Interface

Definition

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

public interface ITempDataProvider
type ITempDataProvider = interface
Public Interface ITempDataProvider
Derived

Methods

LoadTempData(ControllerContext)

Loads the temporary data.

SaveTempData(ControllerContext, IDictionary<String,Object>)

Saves the temporary data.

Applies to