TempDataDictionary.Load Method

Visual Studio 2010

Loads the specified controller context by using the specified data provider.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

'Declaration
Public Sub Load ( _
	controllerContext As ControllerContext, _
	tempDataProvider As ITempDataProvider _
)

Parameters

controllerContext
Type: System.Web.Mvc.ControllerContext
The controller context.
tempDataProvider
Type: System.Web.Mvc.ITempDataProvider
The temporary data provider.

Community Additions

ADD
Show: