ITempDataProvider::SaveTempData Method (ControllerContext^, IDictionary<String^, Object^>^)
Saves the temporary data.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
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.
Show: