I have tried two ways: Response.Redirect() which does nothing, as well as calling a new method inside of the Base Controller that returns an ActionResult and have it return RedirectToAction()… neither of these work.

How can I do a redirect from the OnActionExecuting method?

4 Answers
4

Leave a Reply

Your email address will not be published. Required fields are marked *