In my opinion, you should use both of them. Html Helpers are shorthand let us write block of HTML quickly and setup some compatibility with ASP.NET MVC framework. However, using to many Html Helpers will cause performance problem.
Writing pure HTML code is more preferable when the project has separate groups to design the web view, and another group to implement the code behind. In summary, I think combining Html Helpers and pure HMTL is a good choice! On Sat, Jan 15, 2011 at 6:31 AM, Karl Oakes <[email protected]> wrote: > @Gunawan Did you not understand the question ? > The question : "Can I still code clean looking views using standard HTML > or will this be more trouble than it is worth and should I just go with HTML > helpers ?" > > -- Man Vuong Ha Thanh Faculty of Software Engineering University of Information Technology, VNU-HCMC Mobile: +84 984 919 728 Email: [email protected] Yahoo! Messenger: [email protected]
