The Wayback Machine - https://web.archive.org/web/20230208172943/https://github.com/dncuug/X.PagedList
Skip to content

dncuug/X.PagedList

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
April 26, 2022 00:37
src
November 25, 2022 15:07
April 25, 2018 00:36
May 13, 2017 22:17
November 27, 2022 23:48

X.PagedList

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.

How to use

You can find all information about how to use X.PagedList libraries in Wiki

License

Licensed under the MIT License.