HTML.Button in ASP.NET MVC -


starting asp.net mvc preview 3, html.button ( , other related html controls) no longer supported.

the question is, equivalent them? i've app built using preview 2, have make compatible latest ctp releases.

just write <input type="button" ... /> html. there's nothing special @ html controls.


Comments