After utilizing certain logic, I am able to redirect to a new page.
return RedirectToAction("Index");
If I navigate back to the previous page using the browser's back button, I would like for the "old" page to automatically update with default values. Is this achievable?