TempDataDictionary.Load Method
Loads the specified controller context by using the specified data provider.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
member Load : controllerContext:ControllerContext * tempDataProvider:ITempDataProvider -> unit
Parameters
- controllerContext
- Type: System.Web.Mvc.ControllerContext
The controller context.
- tempDataProvider
- Type: System.Web.Mvc.ITempDataProvider
The temporary data provider.
Show: