Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Marks all keys in the dictionary for retention.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Sub Keep
public void Keep()
public:
void Keep()
Remarks
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.