0
kicks
ASP.Net MVC Extension method to create a Security Aware Html.ActionLin
The following is my attempt at creating an "security aware" action link that detects if a user is authorized to click (invoke) the action. The point is to show, hide or disable a link based on the Authorize attribute of the controller.