@page @model ZpcBulletinBoard.Pages.Boards.IndexModel @{ ViewData["Title"] = "Oglasne deske - Pregled"; Layout = "~/Pages/Layouts/_Layout.cshtml"; } @section Styles { }

Oglasne deske / Pregled

Seznam oglasnih desk
@foreach (var item in Model.Boards) { }
@Html.DisplayNameFor(model => model.Boards[0].Name) @Html.DisplayNameFor(model => model.Boards[0].Ratio)
@Html.DisplayFor(modelItem => item.Name) @Html.DisplayFor(modelItem => item.Ratio)
@section Scripts { }