SessionStateTempDataProvider.LoadTempData Method
Visual Studio 2010
Loads the temporary data by using the specified controller context.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Public Overridable Function LoadTempData ( _ controllerContext As ControllerContext _ ) As IDictionary(Of String, Object)
Parameters
- controllerContext
- Type: System.Web.Mvc.ControllerContext
The controller context.
Implements
ITempDataProvider.LoadTempData(ControllerContext)| Exception | Condition |
|---|---|
| InvalidOperationException | An error occurred when the session context was being retrieved. |
Community Additions
ADD
Show: