1.

What Are Html Helpers In Mvc?

Answer»
  • HTML Helpers are LIKE controls in traditional web forms. But HTML helpers are more lightweight compared to web controls as it does not HOLD viewstate and events.
  • HTML Helpers returns the HTML string which can be directly rendered to HTML PAGE. CUSTOM HTML Helpers also can be created by overriding “HtmlHelper” class. 



Discussion

No Comment Found