cshtml foreach

C#
@foreach (var item in Model.Foos)
{
    <div>@item.Bar</div>
}
Source

Also in C#: