Computer Science, asked by wahedrahaman868, 1 year ago

Which html helper generate html control based on data type?

Answers

Answered by abhinavkmj65
1
Html .Editor
Html. Editor FoR Generates Html controls based on data type of specified model property e.g. textbox for string property, numeric field for int, double or other numeric type.

Answered by STK0
2

Which html helper generate html control based on data type?

=> Html.Editor

N0TE: It generates the html control based on the datatype of the model property.

Similar questions