This is fork of X.PagedList. The main difference is that Z.PagedList not using JetBrains.Annotations.
PagedList is a library that enables you to easily take an IEnumerable/IQueryable, chop it up into "pages", and grab a specific "page" by an index. PagedList.Mvc allows you to take that "page" and display a pager control that has links like "Previous", "Next", etc.
Name | Link |
---|---|
Z.PagedList | Nuget |
Z.PagedListt.Mvc.Core | Nuget |
Licensed under the MIT License.