Thursday, November 1, 2018

Overview Of Strongly Type HTML Helpers In MVC

This article will explain strongly typed HTML Helpers in MVC, strongly typed HTML helpers render HTML controls like Label, Hidden Input, TextBox, TextArea, DrpdownList, RadioButton, CheckBox, ListBox, Password Input etc. All strongly typed HTML helper depends on the model class. We can create using lambda expression of extension method of HTML helper class.

source https://www.c-sharpcorner.com/article/overview-of-strongly-type-html-helpers-in-mvc/

No comments:

Post a Comment