只获取PagedList的计数和链接而不是数据

时间:2014-12-24 11:46:19

标签: c# asp.net-mvc entity-framework pagedlist

我希望在展示之前显示帖子中的页数,

帖子的链接 和链接1-2-3

的评论页数

我使用nuget PagedList

1 个答案:

答案 0 :(得分:0)

来自文档:

<h3>Page Numbers Only</h3>
@Html.PagedListPager((IPagedList)ViewBag.OnePageOfProducts, 
    page => Url.Action("Index", new { page = page }), 
            PagedListRenderOptions.PageNumbersOnly)