Answer Posted / Indrajeet
A strongly typed view in MVC is a view that has access to the data model's type. This means that the view can directly access the properties of the model, reducing the need for manual data binding and improving overall code readability.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers