ITempDataProvider.SaveTempData Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Saves the temporary data.
public void SaveTempData (System.Web.Mvc.ControllerContext controllerContext, System.Collections.Generic.IDictionary<string,object> values);
abstract member SaveTempData : System.Web.Mvc.ControllerContext * System.Collections.Generic.IDictionary<string, obj> -> unit
Public Sub SaveTempData (controllerContext As ControllerContext, values As IDictionary(Of String, Object))
Parameters
- controllerContext
- ControllerContext
The controller context.
- values
- IDictionary<String,Object>
The values.