ITempDataProvider.LoadTempData Method

Visual Studio 2010

Loads the temporary data.

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

'Declaration
Function LoadTempData ( _
	controllerContext As ControllerContext _
) As IDictionary(Of String, Object)

Parameters

controllerContext
Type: System.Web.Mvc.ControllerContext
The controller context.

Return Value

Type: System.Collections.Generic.IDictionary(Of String, Object)
The temporary data.

Community Additions

ADD
Show: