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
It can be done this way as well:
filterContext.Result = new RedirectToRouteResult( new RouteValueDictionary { {"controller", "Home"}, {"action", "Index"} } );