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: 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 (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-09-30T09:41:09.000Z (about 1 month ago)
- Last Synced: 2024-10-01T16:42:03.080Z (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://nuget.org/packages/X.PagedList
- Size: 19.9 MB
- Stars: 893
- Watchers: 48
- Forks: 213
- Open Issues: 3
-
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://twitter.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)## License
Licensed under the [MIT License](https://github.com/dncuug/X.PagedList/blob/master/LICENSE).## Get a digital subscription for project news
[Subscribe](https://twitter.com/intent/user?screen_name=andrew_gubskiy) to my Twitter to keep up-to-date with project news and receive announcements.