PagedList
1.14
PagedList makes it easier for .Net developers to write paging code. It allows you to take any IEnumerable(T) and by specifying the page size and desired page index, select only a subset of that list. PagedList also provides properties that are useful when building UI paging controls.
To install PagedList, run the following command in the Package Manager Console
PM> Install-Package PagedList
Owners
Authors
Tags
Dependencies
PagedList 1.14 does not have any dependencies
Version History
| Version | Downloads | Last updated |
|---|---|---|
| PagedList 1.14 | 9391 | Tuesday, February 21, 2012 |
| PagedList 1.13 | 29 | Tuesday, February 21, 2012 |
| PagedList 1.12 | 1493 | Friday, February 03, 2012 |
| PagedList 1.10 | 11823 | Saturday, August 20, 2011 |
| PagedList 1.9 | 1224 | Tuesday, August 16, 2011 |
| PagedList 1.8 | 19 | Tuesday, August 16, 2011 |
| PagedList 1.7 | 378 | Tuesday, August 09, 2011 |
| PagedList 1.6 | 221 | Sunday, August 07, 2011 |
| PagedList 1.5.0.0 | 425 | Saturday, July 30, 2011 |
| PagedList 1.4.0.0 | 805 | Tuesday, July 12, 2011 |
| PagedList 1.3.0.0 | 518 | Tuesday, June 28, 2011 |
| PagedList 1.2.4.0 | 153 | Monday, June 27, 2011 |
| PagedList 1.2.1.0 | 2555 | Sunday, March 27, 2011 |
| PagedList 1.2.0.0 | 145 | Sunday, March 27, 2011 |
| PagedList 1.1.0.0 | 390 | Friday, January 07, 2011 |