TempDataDictionary.Keep Method

Marks all keys in the dictionary for retention.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

'Declaration
Public Sub Keep
'Usage
Dim instance As TempDataDictionary

instance.Keep()

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.

Show: