ASP.NET MVC 2 : How to call DisplayFor for each item in a collection ?
- by user137348
I have property in my model which is a collection type (List). I'd like to call for each item in this collection Html.DisplayFor or Html.EditorFor. How can I do this ?