5
Reply

What is html helper in MVC ?

Sandeep Kumar

Sandeep Kumar

Dec 26, 2015
913
0

    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

    Praveen Dhatrika
    December 30, 2015
    1

    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

    Rajendra Mote
    August 26, 2016
    0

    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

    Manav Pandya
    June 28, 2016
    0

    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

    Kml Surani
    January 09, 2016
    0

    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.

    Sandeep Kumar
    December 26, 2015
    0