I have a very simple scenario. I want to decorate my controllers/actions with a custom authorization attribute. Authorization should …
c# asp.net-mvc asp.net-mvc-4 authorize-attributeI have sets of controllers which are each used for each authorization type. For example, a class A authorization will …
asp.net-mvc asp.net-mvc-3 controller authorize authorize-attribute