| by Achyut Kendre | No comments

How to use HTML Helpers in ASP.NET MVC?

Example Code: https://drive.google.com/file/d/1i3fuhlDZ-iWlrvn023UA1WahDNorFUeS/view?usp=sharing Html helpers are the extension methods of HTML Helper class use to generate html in a view. All Html Helpers are divided into following categories – Standard Helpers Strongly Typed Helpers Template Helpers View provides you a built in object called HTML of type Html Helper using which we can call those […]

Read More