Why do we use HTML helper in ASP.NET MVC?
问题 Are there any good thing, best practice or profit we have after using the HTML helper in an ASP.NET MVC project? When I am trying to use them I found that I lose the speed I have with HTML and many difficulties I have whenever I use an HTML helper. Other [non-techie] persons can't understand what I write using Helper if I want to show them or they want to do something they need to spent more time on, even if they have working knowledge of HTML. If I use an HTML helper I lose the speed. When I