TempDataDictionary.Save Method
Saves the specified controller context by using the specified data provider.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Public Sub Save ( _ controllerContext As ControllerContext, _ tempDataProvider As ITempDataProvider _ ) 'Usage Dim instance As TempDataDictionary Dim controllerContext As ControllerContext Dim tempDataProvider As ITempDataProvider instance.Save(controllerContext, tempDataProvider)
Parameters
- controllerContext
- Type: System.Web.Mvc.ControllerContext
The controller context.
- tempDataProvider
- Type: System.Web.Mvc.ITempDataProvider
The temporary data provider.
Show: