How can I add a class attribute to an HTML element generated by MVC’s HTML Helpers?
ASP.NET MVC can generate HTML elements using HTML Helpers, for example @Html.ActionLink(), @Html.BeginForm() and so on. I know I can specify form attributes … Read more