Samir Bhogayta
What is a HTML helper?
By Samir Bhogayta in ASP.NET on Jun 29 2016
  • Samir Bhogayta
    Jun, 2016 29

    A HTML helper is a method that returns string; return string usually is the HTML tag. The standard HTML helpers (e.g. Html.BeginForm(),Html.TextBox()) available in MVC are lightweight as it does not rely on event model or view state as that of in ASP.Net server controls.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS