Controller.TempDataProvider Property
Visual Studio 2010
Gets the temporary-data provider object that is used to store data for the next request.
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.
Community Additions
ADD
Show: