1
Reply

What is a HTML helper?

Samir Bhogayta

Samir Bhogayta

8y
1.1k
0
Reply

    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.