Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.