@
using
PagedList
PagedList.Mvc
<table
class
=“table”>
xxxx
</table>
@Html.PagedListPager((IPagedList)Model, page => Url.Action(“Index”,
new
{ page }))