Controller::TempDataProvider Property
Gets the temporary-data provider object that is used to store data for the next request.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
The default temporary-data provider, SessionStateTempDataProvider, relies on session state. If session state is not enabled, any attempt to access the temporary-data provider raises an exception.
Show: