What are Html helpers?
1377
15-Nov-2017
Updated on 19-Sep-2020
Manish Kumar
15-Nov-2017Mvc HTML helpers are the methods which returns HTML strings.There are few inbuilt HTML helpers which we can use.we can also create our custom HTML helpers.They are similar to the webforms controls as both the webforms controls and the MVC HTML helpers returns HTML.
Mvc HTML helpers are lightweight compared to the webforms controls.
these are some of the commonly used HTML helper methods for rendering the HTML form elements