TempDataDictionary.Keep Method
Visual Studio 2010
Marks all keys in the dictionary for retention.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
When a key is marked for retention, the key is retained for the next request. The RedirectToAction method calls the Keep method, which specifies that all data is retained for the next request.
Community Additions
ADD
Show: