Is it possible to redirect to a different view from a controller?
For example, all my controllers inherit from a custom controller that has a constructor that I wan
if (true) { return View(); } else { return View("another view name"); }