ITempDataProvider Interface

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

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

Syntax

'Declaration
Public Interface ITempDataProvider
public interface ITempDataProvider
public interface class ITempDataProvider

The ITempDataProvider type exposes the following members.

Methods

  Name Description
Public method LoadTempData Loads the temporary data.
Public method SaveTempData Saves the temporary data.

Top

See Also

Reference

System.Web.Mvc Namespace