Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
- controllerContext
Type: System.Web.Mvc.ControllerContext
The controller context.
Return Value
Type: System.Collections.Generic.IDictionary<String, Object>
The temporary data.