ITempDataProvider.LoadTempData Method (ControllerContext)

 

Loads the temporary data.

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

Function LoadTempData (
	controllerContext As ControllerContext
) As IDictionary(Of StringObject)

Parameters

controllerContext
Type: System.Web.Mvc.ControllerContext

The controller context.

Return Value

Type: System.Collections.Generic.IDictionary(Of StringObject)

The temporary data.

Return to top
Show: