Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Saves the temporary data.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Sub SaveTempData ( _
controllerContext As ControllerContext, _
values As IDictionary(Of String, Object) _
)
void SaveTempData(
ControllerContext controllerContext,
IDictionary<string, Object> values
)
void SaveTempData(
ControllerContext^ controllerContext,
IDictionary<String^, Object^>^ values
)
Parameters
- controllerContext
Type: System.Web.Mvc.ControllerContext
The controller context.
- values
Type: System.Collections.Generic.IDictionary<String, Object>
The values.