How do you implement paging in ASP.NET MVC?

后端 未结 4 1494
天涯浪人
天涯浪人 2021-02-13 14:05

Currently, I\'m using a strategy found on many blog posts. Basically, the URL contains the page number (e.g. /Users/List/5 will give you the users on page 5 of your paged list

4条回答
  •  无人共我
    2021-02-13 14:42

    PagedList.Mvc is a really easy to use plugin, and is available via Nuget too.

提交回复
热议问题