Sakura.AspNet.Mvc.PagedList
1.0.0-rc1-update1
See the version list below for details.
dotnet add package Sakura.AspNet.Mvc.PagedList --version 1.0.0-rc1-update1
NuGet\Install-Package Sakura.AspNet.Mvc.PagedList -Version 1.0.0-rc1-update1
<PackageReference Include="Sakura.AspNet.Mvc.PagedList" Version="1.0.0-rc1-update1" />
paket add Sakura.AspNet.Mvc.PagedList --version 1.0.0-rc1-update1
#r "nuget: Sakura.AspNet.Mvc.PagedList, 1.0.0-rc1-update1"
// Install Sakura.AspNet.Mvc.PagedList as a Cake Addin #addin nuget:?package=Sakura.AspNet.Mvc.PagedList&version=1.0.0-rc1-update1&prerelease // Install Sakura.AspNet.Mvc.PagedList as a Cake Tool #tool nuget:?package=Sakura.AspNet.Mvc.PagedList&version=1.0.0-rc1-update1&prerelease
This library provides data-paging functionality and pager UI for ASP.NET 5 MVC6 projects.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net451 is compatible. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
.NETPlatform | dotnet54 is compatible. |
-
.NETFramework 4.5.1
- Microsoft.AspNet.Mvc.TagHelpers (>= 6.0.0-rc1-final)
- Microsoft.Extensions.OptionsModel (>= 1.0.0-rc1-final)
- Sakura.AspNet.PagedList (>= 1.0.0-rc1-update1)
-
Unsupported 0.0
- Microsoft.AspNet.Mvc.TagHelpers (>= 6.0.0-rc1-final)
- Microsoft.Extensions.OptionsModel (>= 1.0.0-rc1-final)
- Sakura.AspNet.PagedList (>= 1.0.0-rc1-update1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0-rc1-update2 | 1,814 | 12/16/2015 |
1.0.0-rc1-update1 | 1,187 | 12/16/2015 |
In this version, please uses services.UseBootstrapPagerGenerator() method to add bootstrap-styled pager support, and uses 'asp-pager-source' attribute on <nav> element to display the pager. The pager options must be configured in the app configuration phase. Currently, only the 'LinkParameterName' (using `asp-pager-link-parameter-name` in nav element) can be changed individually. To change other pager parameter, please create a full new `PagerOptions` object.