{
filterContext.Result = RedirectToRouteResult(
new RouteValueDictionary (
new { controller = "Login", action = "Index" }
)
);
}
}
O método RedirectToRouteResult está apresentando o seguinte erro: Represent a result that performs a redirection by using the specified route values dictionary No-Invocable Member 'RedirectToRouteResult' cannot be used like a method