ASP.NET Core PagedList core library provides data paging functionality for ASP.NET Core targeted projects.
Info
Version: | 2.0.2 |
Author(s): | Iris Sakura |
Last Update: | Friday, April 28, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/sgjsakura/AspNetCore |
NuGet Url: | https://www.nuget.org/packages/Sakura.AspNetCore.PagedList |
Install
Install-Package Sakura.AspNetCore.PagedList
dotnet add package Sakura.AspNetCore.PagedList
paket add Sakura.AspNetCore.PagedList
Sakura.AspNetCore.PagedList Download (Unzip the "nupkg" after downloading)
Dependencies
- Sakura.AspNetCore.PagedList.Abstractions(>= 2.0.1)
- System.Linq.Queryable(>= 4.3.0)
- NETStandard.Library(>= 1.6.1)
Tags