ITempDataProvider.LoadTempData Method

Loads the temporary data.

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

abstract LoadTempData : 
        controllerContext:ControllerContext -> IDictionary<string, Object> 

Parameters

controllerContext
Type: System.Web.Mvc.ControllerContext

The controller context.

Return Value

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