January 11, 2016
Adding Security To Html Helpers
Posted by Brian Mains under .NET, ASP.NET MVC, Razor | Tags: asp.net, bootstrap, control, mvc, razor, security, twitter |No Comments
I know the new MVC 5 HTML tag attributes for rendering ASP.NET widgets is all the rage, but there are a lot of useful approaches to using the server-side HTML helpers. One simple extension method we are going to look at is adding control level security. Often within our applications, we have a means of […]