SessionStateTempDataProvider.LoadTempData Method
Loads the temporary data by using the specified controller context.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
public function LoadTempData( controllerContext : ControllerContext ) : IDictionary<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. |
Show: