filmov
tv
How to bind a list (or collection) of objects (Model) to ASP.NET MVC View

Показать описание
Demonstrates the following:
-How to create a controller which returns a list (or collection) of objects (based on a Model) to View (in ASP.NET MVC)
-How to create a View to bind to list of objects (in ASP.NET MVC)
-How to iterate through a list of objects in ASP.NET MVC markup