Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Loads the specified controller context by using the specified data provider.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Sub Load ( _
controllerContext As ControllerContext, _
tempDataProvider As ITempDataProvider _
)
public void Load(
ControllerContext controllerContext,
ITempDataProvider tempDataProvider
)
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.