The Authorize Attribute In ASP.NET MVC, any incoming request is bound to a controller/method pair and served . This means that once the request matches a supported route and is resolved to controller and method, it gets executed no matter what.
The Authorize Attribute In ASP.NET MVC, any incoming request is bound to a controller/method pair and served . This means that once the request matches a supported route and is resolved to controller and method, it gets executed no matter what.