Sakura.AspNet.PagedList
1.0.0-rc1-update4
.NET Framework 4.5.1
This is a prerelease version of Sakura.AspNet.PagedList.
There is a newer prerelease version of this package available.
See the version list below for details.
See the version list below for details.
Install-Package Sakura.AspNet.PagedList -Version 1.0.0-rc1-update4
dotnet add package Sakura.AspNet.PagedList --version 1.0.0-rc1-update4
<PackageReference Include="Sakura.AspNet.PagedList" Version="1.0.0-rc1-update4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Sakura.AspNet.PagedList --version 1.0.0-rc1-update4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Sakura.AspNet.PagedList, 1.0.0-rc1-update4"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Sakura.AspNet.PagedList as a Cake Addin
#addin nuget:?package=Sakura.AspNet.PagedList&version=1.0.0-rc1-update4&prerelease
// Install Sakura.AspNet.PagedList as a Cake Tool
#tool nuget:?package=Sakura.AspNet.PagedList&version=1.0.0-rc1-update4&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
ASP.NET 5 PagedList core library provides data paging functionality for ASP.NET 5 targeted projects.
Product | Versions |
---|---|
.NET Framework | net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
.NETPlatform | dotnet54 |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.5.1
- Sakura.AspNet.PagedList.Abstractions (>= 1.0.0-rc1-update3)
-
.NETPlatform 5.4
- Sakura.AspNet.PagedList.Abstractions (>= 1.0.0-rc1-update3)
- System.Linq.Queryable (>= 4.0.1-beta-23516)
- System.Threading (>= 4.0.11-beta-23516)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Sakura.AspNet.PagedList:
Package | Downloads |
---|---|
Sakura.AspNet.Mvc.PagedList
This library provides data-paging functionality and pager UI for ASP.NET 5 MVC6 projects. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0-rc2 | 1,185 | 5/21/2016 |
1.0.0-rc1-update4 | 755 | 4/29/2016 |
1.0.0-rc1-update2 | 1,407 | 12/16/2015 |
1.0.0-rc1-update1 | 1,139 | 12/16/2015 |
Fix a bug that Count property returns error number for the last page.