Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 7 days 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 (about 11 years ago)
- Default Branch: master
- Last Pushed: 2025-01-20T02:00:41.000Z (11 days ago)
- Last Synced: 2025-01-21T09:56:59.450Z (9 days 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: 915
- Watchers: 48
- Forks: 216
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# X.PagedList
[![NuGet Version](http://img.shields.io/nuget/v/X.PagedList.svg?style=flat)](https://www.nuget.org/packages/X.PagedList/)
[![Twitter URL](https://img.shields.io/twitter/url/https/twitter.com/andrew_gubskiy.svg?style=social&label=Follow%20me!)](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.