Skip to content
Nicholas Myers edited this page Mar 27, 2016 · 1 revision

A simple pagination framework used to add paging support to any IEnumerable instance.

PaginableCollections does not require MVC. For a paging solution that includes UI components, please take a look at PagedList.

#Features

  • Queryable Pagination
  • Static Pagination

#Additional Information The latest builds can be found on NuGet.

Clone this wiki locally