https://github.com/dncuug/X.PagedList
Library for easily paging through any IEnumerable/IQueryable in ASP.NET
https://github.com/dncuug/X.PagedList
asp-net-core asp-net-core-mvc asp-net-mvc mvc net-core nuget pagedlist pager pager-configurations pagination paginator
Last synced: about 1 month ago
JSON representation
Library for easily paging through any IEnumerable/IQueryable in ASP.NET
- Host: GitHub
- URL: https://github.com/dncuug/X.PagedList
- Owner: dncuug
- License: mit
- Created: 2013-12-01T20:53:45.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2025-02-17T15:37:14.000Z (about 2 months ago)
- Last Synced: 2025-03-07T15:46:11.314Z (about 1 month ago)
- Topics: asp-net-core, asp-net-core-mvc, asp-net-mvc, mvc, net-core, nuget, pagedlist, pager, pager-configurations, pagination, paginator
- Language: C#
- Homepage: https://andrew.gubskiy.com/open-source
- Size: 19.7 MB
- Stars: 921
- Watchers: 47
- Forks: 217
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
- awesome-dotnet-core - X.PagedList - Library for easily paging through any IEnumerable/IQueryable in ASP.NET/ASP.NET Core. (Frameworks, Libraries and Tools / Application Frameworks)
- fucking-awesome-dotnet-core - X.PagedList - Library for easily paging through any IEnumerable/IQueryable in ASP.NET/ASP.NET Core. (Frameworks, Libraries and Tools / Application Frameworks)
- awesome-dotnet-core - X.PagedList - Library for easily paging through any IEnumerable/IQueryable in ASP.NET/ASP.NET Core. (Frameworks, Libraries and Tools / Application Frameworks)
- awesome-dotnet-core - X.PagedList - 用于轻松分页ASP.NET / ASP.NET Core中任何IEnumerable / IQueryable的库。 (框架, 库和工具 / 应用程序框架)
README
# X.PagedList
[](https://www.nuget.org/packages/X.PagedList/)
[](https://x.com/intent/user?screen_name=andrew_gubskiy)## What is this?
This is a fork of [Troy's](https://github.com/troygoode) project PagedList. The main difference is that X.PagedList is a library that supports the
modern .NET platform — you can use it everywhere the .NET platform is supported.This library 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](https://github.com/dncuug/X.PagedList/wiki)## Get a digital subscription for project news
[Subscribe](https://x.com/intent/user?screen_name=andrew_gubskiy) to my X to keep up-to-date with project news and receive announcements.