Показаны пункты с 51 по 53 из 53.
или
Страница 1 из 5
вот код для пейджинга:
Код: Выделить всё
@Html.PagedListPager(Model, page => Url.Action("Index", new { page,
searchBy = Request.QueryString["searchBy"],
search = Request.QueryString["search"]
} ),
new PagedListRenderOptions() { Display = PagedListDisplayMode.IfNeeded, DisplayPageCountAndCurrentLocation = true, DisplayItemSliceAndTotal = true }
)
Подробнее здесь: https://stackoverflow.com/questions/439 ... vc4-paging