Writing your own custom ASP.Net MVC [Authorize] attributes

added by wiredone
7/25/2011 6:12:03 AM

378 Views

ASP.Net’s [Authorize] attribute is another cool feature that makes it easy to add authentication at the Controller level when building a website, but the real goldmine here is that like nearly everything else in ASP.Net MVC, you can pick apart the functionality and extend it yourself – In this post we will take a look at creating our own custom Authentication attribute.


0 comments