SessionStateTempDataProvider::LoadTempData Method (ControllerContext^)
Loads the temporary data by using the specified controller context.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
public: virtual IDictionary<String^, Object^>^ LoadTempData( ControllerContext^ controllerContext )
Parameters
- controllerContext
-
Type:
System.Web.Mvc::ControllerContext^
The controller context.
| Exception | Condition |
|---|---|
| InvalidOperationException | An error occurred when the session context was being retrieved. |
Show: