Sandeep Kumar
What is html helper in MVC ?
By Sandeep Kumar in .NET on Dec 26 2015
  • Praveen Dhatrika
    Dec, 2015 30

    With MVC, HTML helpers are much like traditional ASP.NET Web Form controls.Just like web form controls in ASP.NET, HTML helpers are used to modify HTML. But HTML helpers are more lightweight. Unlike Web Form controls, an HTML helper does not have an event model and a view state.In most cases, an HTML helper is just a method that returns a string.With MVC, you can create your own helpers, or use the built in HTML helpers

    • 1
  • Rajendra Mote
    Aug, 2016 26

    this are html contols with further enhancement to use in MVC.It dont have any Server Side events.Though its light as compair to ASP.Net control

    • 0
  • Manav Pandya
    Jun, 2016 28

    helper in MVC is just an control used by razor to define a control like label,textbox etc and it takes less load time compare to Webform's

    • 0
  • Kml Surani
    Jan, 2016 9

    With MVC, HTML helpers are much like traditional ASP.NET Web Form controls. Just like web form controls in ASP.NET, HTML helpers are used to modify HTML. But HTML helpers are more lightweight. Unlike Web Form controls, an HTML helper does not have an event model and a view state. In most cases, an HTML helper is just a method that returns a string. With MVC, you can create your own helpers, or use the built in HTML helpers

    • 0
  • Sandeep Kumar
    Dec, 2015 26

    Html helper in MVC is a controller class which use to develop effective and better GUI by using these controller ad textbook, button,datalist,dropdown list etc.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS