Skip to content
Andrew Gubskiy edited this page May 8, 2021 · 9 revisions

Welcome to the X.PagedList wiki!

What is this?

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.