TempDataDictionary::Load Method (ControllerContext^, ITempDataProvider^)
Loads the specified controller context by using the specified data provider.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
public: void Load( ControllerContext^ controllerContext, ITempDataProvider^ tempDataProvider )
Parameters
- controllerContext
-
Type:
System.Web.Mvc::ControllerContext^
The controller context.
- tempDataProvider
-
Type:
System.Web.Mvc::ITempDataProvider^
The temporary data provider.
Show: