ITempDataProvider.SaveTempData Method

Saves the temporary data.

Namespace:  System.Web.Mvc
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: