Info
Version: | 1.17.0 |
Author(s): | Troy Goode |
Last Update: | Monday, September 30, 2013 |
.NET Fiddle: | Online Example |
Project Url: | http://github.com/TroyGoode/PagedList |
NuGet Url: | https://www.nuget.org/packages/PagedList |
Install
Install-Package PagedList
dotnet add package PagedList
paket add PagedList
PagedList Download (Unzip the "nupkg" after downloading)
Dependencies
31 packages depend on this package.
Tags
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.