Chinmaya Dash
What are HTML helpers in MVC?
By Chinmaya Dash in .NET on Oct 13 2016
  • Chinmaya Dash
    Oct, 2016 13

    HTML helpers help you to render HTML controls in the view. For instance if you want to display a HTML textbox on the view , below is the HTML helper code.<%= Html.TextBox("LastName") %>For checkbox below is the HTML helper code. In this way we have HTML helper methods for every HTML control that exists.<%= Html.CheckBox("Married") %>

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS