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
Here's what you can do:
return View("another view name", anotherviewmodel);