Web
Analytics
.net live project training | Angular | ASP.NET Tutorials

For Consultation : +91 9887575540

Stay Connected :

strongly typed html helpers in asp.net mvc razor

strongly typed html helpers in asp.net mvc razor

Strongly typed html helpers are introduced in MVC 2. In this kind of helpers we can generate html markup or view using model properties and lambda expression. These methods use a “Html.HelperNameFor()” naming convention. for example we have created model...