What is meant by "strongly typed view data" in Asp.Net MVC ?
Thanks
A strongly typed view in ASP.NET MVC inherits from System.Web.Mvc.ViewPage<T>
and contains a Model property that is of type specified by T. This allows intellisense to work in your views.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With