ITempDataProvider::SaveTempData Method
Visual Studio 2010
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.
Community Additions
ADD
Show: