Shiroechi / Z.PagedList

Fork from X.PagedList without JetBrains Annotations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Z.PagedList

What is this?

This is fork of X.PagedList. The main difference is that Z.PagedList not using JetBrains.Annotations.

PagedList is a library that 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.

Install

Name Link
Z.PagedList Nuget
Z.PagedListt.Mvc.Core Nuget

License

Licensed under the MIT License.

About

Fork from X.PagedList without JetBrains Annotations

License:MIT License


Languages

Language:C# 100.0%