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 ?
EDIT It's not a strong-typed view. It's a templated view. There is only ViewData.ModelMetadata.