What is strongly typed view in MVC?

 Posted by Sumank on 5/15/2013 | Category: ASP.NET MVC Interview questions | Views: 14916 | Points: 40
Answer:

Strongly type view is used for rendering specific type of model object. By specifying the type of data we get intellisense for that model class. View inherits from Viewpage whereas strongly typed view inherits from Viewpage<T> where T is type of the model.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response