ASP.NET MVC Pagination using Take and Skip

前端 未结 3 1730
[愿得一人]
[愿得一人] 2021-01-24 07:12

EDIT: This question has been made redundant by this question as much of the code changed from using a repository to using just the controller: (Homework) MVC Pagination Help

3条回答
  •  走了就别回头了
    2021-01-24 07:46

    Cameron,

    I can point you to an example that I created a wee while back for someone here on SO (using an IPagedList interface). it works as a htmlhelper but may be more featured than you're after. it follows the pattern here on SO for paging, i.e.:

    alt text

提交回复
热议问题