PagedList 1.17.0
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.
Install-Package PagedList -Version 1.17.0
dotnet add package PagedList --version 1.17.0
<PackageReference Include="PagedList" Version="1.17.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PagedList --version 1.17.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: PagedList, 1.17.0"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Dependencies
This package has no dependencies.
Used By
NuGet packages (24)
Showing the top 5 NuGet packages that depend on PagedList:
Package | Downloads |
---|---|
PagedList.Mvc
Asp.Net MVC HtmlHelper method for generating paging control for use with PagedList library.
|
|
PagedList.EntityFramework
An async/await enabled extension for using EntityFramework IQueryables with https://github.com/TroyGoode/PagedList
|
|
MvcMembership
The starter kit provides the Asp.Net MVC controllers, models, and views needed to administer users & roles. This package contains classes needed by the MvcMembership.Mvc package to provide a testable interface to ASP.Net's MembershipProvider and RoleProvider features.
|
|
SuperDevUtilities
SuperDev Utilities
|
|
XQ.CRM.Core
XQ.CRM.Core
|
GitHub repositories (6)
Showing the top 5 popular GitHub repositories that depend on PagedList:
Repository | Stars |
---|---|
JabbR/JabbR
Collaborative chat done right
|
|
Nethereum/Nethereum
Ethereum .Net cross platform integration library
|
|
MarlabsInc/SocialGoal
Sample web app for ASP.NET MVC 5, EF 6 Code First, AutoMapper, Autofac and TDD
|
|
MVCAppDesignAndDevelop/MVC5Book
|
|
MicrosoftLearning/EntityFramework
Entity Framework and MVC MVA
|
Version History
Version | Downloads | Last updated |
---|---|---|
1.17.0 | 5,145,814 | 9/30/2013 |
1.16.0 | 118,226 | 6/14/2013 |
1.15.0 | 188,878 | 8/18/2012 |
1.14.0 | 34,725 | 2/21/2012 |
1.13.0 | 1,505 | 2/21/2012 |
1.12.0 | 3,267 | 2/3/2012 |
1.10.0 | 29,727 | 8/20/2011 |
1.9.0 | 3,141 | 8/16/2011 |
1.8.0 | 2,029 | 8/16/2011 |
1.7.0 | 2,061 | 8/9/2011 |
1.6.0 | 1,557 | 8/7/2011 |
1.5.0 | 2,296 | 7/30/2011 |
1.4.0 | 5,496 | 7/12/2011 |
1.3.0 | 2,762 | 6/28/2011 |
1.2.4 | 2,403 | 6/27/2011 |
1.2.1 | 5,688 | 3/27/2011 |
1.2.0 | 3,696 | 3/27/2011 |
1.1.0 | 4,598 | 1/7/2011 |