-
-
Notifications
You must be signed in to change notification settings - Fork 214
Home
Andrew Gubskiy edited this page Jul 13, 2024
·
11 revisions
Welcome to the X.PagedList wiki!
This is fork of Troy's project PagedList. The main difference is that X.PagedList is a portable assembly. It means you can use it not only in Web projects but also in Winforms, WPF, Window Phone, Silverlight and other .NET projects.
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.
Actual version is 10.0.3 Please see release notes here.