In the related article, I mentioned that I found custom HTML helpers to be just such useful in development. For example, when I need paging for the "grid", I have a user assistant that I can call Html.Pager() .
Some of them noted that HTML helpers are a violation of the MVC model. Personally, I donβt see it different from existing helpers such as Html.Textbox() or Html.ActionLink() .
I'm still trying to learn more about MVC, so all prospects are welcome.
c # model-view-controller theory asp.net-mvc html-helper
Papa burgundy
source share