ITempDataProvider Interface
Defines the contract for temporary-data providers that store data that is viewed on the next request.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
| Name | Description | |
|---|---|---|
![]() | LoadTempData(ControllerContext^) | Loads the temporary data. |
![]() | SaveTempData(ControllerContext^, IDictionary<String^, Object^>^) | Saves the temporary data. |
Show:
