Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.