Hi....
What is strongly typed view and how to create it in mvc. Please let me know, benefits of strongly typed view.
Thanks.
Strongly Typed View in MVC.
Ask by James Smith
Updated 26 Sep 2011
This is a great info. I will share it with the residences of
<a href="https://www.the-parcclematiscondo.com">Parc Clematis</a> ,
<a href="https://www.forettatbukittimah-qingjianperennial.com">Forett At Bukit Timah</a>, <a href="https://www.hyllonholland-fecskypark.com">Hyll on Holland </a> and
<a href="https://www.clavoncondo-uoluic.com">Clavon</a>
This is a great info. I will share it with the residences of Parc Clematis, Forett At Bukit Timah, Hyll on Holland and Clavon
If we define Strongly Typed View in MVC in a few simple words, we can express it in this way.
"A view which bind with any model is called as strogly typed view. We can bind any class as a model to the view. We can reach the model properties on that view. It means we can use data-associated with the model to render controls."
Hi James,
For creating strongly typed view in asp.net mvc, you need to follow following steps,
--> Checked create stronlgy type view from Add View dialog box.
--> Select Model class from View Data Class drop down for which you want to create view.
Thanks.