Mvc 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
BeginForm()
EndForm()
TextArea()
TextBox()
CheckBox()
RadioButton()
DropDownList()
Hidden()
Password()
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
Mvc 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