cshtml foreach
@foreach (var item in Model.Foos)
{
<div>@item.Bar</div>
}
Reindert
@foreach (var item in Model.Foos)
{
<div>@item.Bar</div>
}