c# for each loop using razor code example Example: cshtml foreach @foreach (var item in Model.Foos) { <div>@item.Bar</div> }