Share via


ITempDataProvider.LoadTempData Method

Loads the temporary data.

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

Syntax

'Declaration
Function LoadTempData ( _
    controllerContext As ControllerContext _
) As IDictionary(Of String, Object)
IDictionary<string, Object> LoadTempData(
    ControllerContext controllerContext
)
IDictionary<String^, Object^>^ LoadTempData(
    ControllerContext^ controllerContext
)

Parameters

Return Value

Type: System.Collections.Generic.IDictionary<String, Object>
The temporary data.

See Also

Reference

ITempDataProvider Interface

System.Web.Mvc Namespace