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

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -