1
Reply

What is a HTML helper?

Samir Bhogayta

Samir Bhogayta

Jun 29, 2016
322
0

    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.

    Samir Bhogayta
    June 29, 2016
    0