MvcPaging 2.1.0
See the version list below for details.
dotnet add package MvcPaging --version 2.1.0
NuGet\Install-Package MvcPaging -Version 2.1.0
<PackageReference Include="MvcPaging" Version="2.1.0" />
paket add MvcPaging --version 2.1.0
#r "nuget: MvcPaging, 2.1.0"
// Install MvcPaging as a Cake Addin #addin nuget:?package=MvcPaging&version=2.1.0 // Install MvcPaging as a Cake Tool #tool nuget:?package=MvcPaging&version=2.1.0
A Paging library for ASP.NET MVC.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. 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. |
This package has no dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on MvcPaging:
Package | Downloads |
---|---|
MvcPaging.ObjectMapper
IObjectMapper implementation for MvcPaging's IPagedList and AutoMapper |
|
EnterpriseDAAB.Extensions
1.EnterpriseDAAB 擴充 |
|
Actya
Actya is a simple ASP.NET MVC CMS that can be added to an existing .NET application. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.1.13 | 83,389 | 5/8/2019 |
2.1.12 | 20,841 | 11/13/2018 |
2.1.11 | 22,776 | 5/8/2018 |
2.1.10 | 5,042 | 3/11/2018 |
2.1.9 | 3,774 | 2/8/2018 |
2.1.8 | 45,490 | 6/25/2017 |
2.1.7 | 65,304 | 6/17/2016 |
2.1.6 | 5,173 | 5/27/2016 |
2.1.5 | 2,769 | 5/19/2016 |
2.1.4 | 23,227 | 1/15/2016 |
2.1.2 | 90,780 | 11/17/2014 |
2.1.1 | 48,827 | 7/29/2014 |
2.1.0 | 31,805 | 1/22/2014 |
2.0.6 | 3,313 | 12/12/2013 |
2.0.5 | 7,500 | 10/17/2013 |
2.0.4 | 18,659 | 5/20/2013 |
2.0.3 | 35,549 | 6/22/2012 |
2.0.2 | 5,927 | 4/27/2012 |
2.0.1 | 4,286 | 4/20/2012 |
1.0.3 | 5,186 | 3/22/2012 |
1.0.2 | 4,244 | 12/7/2011 |
1.0.1 | 2,923 | 8/17/2011 |
1.0.0 | 6,057 | 5/12/2011 |
2.1.0 (2014-01-22)
- Made Pager and OptionsBuilder Model-aware. This allows for future strongly typed
extensions with lambda's.
- Added AddRouteValueFor<TModel>(expression) method to fluent options interface:
Pager(...).Options(o => o.AddRouteValueFor(m => m.SearchQuery))
See also: https://github.com/martijnboland/MvcPaging/issues/32