C#, Programming IT Nursery How to redirect from OnActionExecuting in Base Controller? 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... June 1, 2022 0 Comments