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 | |
---|---|---|
LoadTempData | Loads the temporary data. | |
SaveTempData | Saves the temporary data. |
Top