@model PagedList

Dashboard Musicisti

@using (Html.BeginForm("SearchEntity", "Player", FormMethod.Post)) {
}
Musicisti registrati
@foreach(GarageBandz.Domain.Player player in Model) { }
Immagine Nome Band Ruolo Azioni
@player.Name @Html.Raw(string.Join("
", player.BandNameList))
@player.InstrumentName @if (player.Account == null) { }
@Html.PagedListPager( (IPagedList)Model, page => Url.Action("Index", new { page, currentFilter=ViewBag.CurrentFilter }) )