Adding data attributes to MVC3 forms with HtmlHelpers
In a site I’m working on I wanted to add a data attribute, you know, data-*, to a form that was being generated from a controller action in MVC3. So I have the code like …
In a site I’m working on I wanted to add a data attribute, you know, data-*, to a form that was being generated from a controller action in MVC3. So I have the code like …
A look at how to make pluggable Controllers using MVC3