AspNetCorePage 1.0.0
See the version list below for details.
dotnet add package AspNetCorePage --version 1.0.0
NuGet\Install-Package AspNetCorePage -Version 1.0.0
<PackageReference Include="AspNetCorePage" Version="1.0.0" />
paket add AspNetCorePage --version 1.0.0
#r "nuget: AspNetCorePage, 1.0.0"
// Install AspNetCorePage as a Cake Addin #addin nuget:?package=AspNetCorePage&version=1.0.0 // Install AspNetCorePage as a Cake Tool #tool nuget:?package=AspNetCorePage&version=1.0.0
AspNetCorePage分页控件是在MvcPagerCore源码基础上实现的.net core mvc应用程序中实现分页功能的一系列扩展方法。 MvcPager主要功能: 实现最基本的url route分页功能; 支持最新的.net core 2.0或更高版本; 支持IE、Firefox、Opera、Chrome及Safari等常用浏览器; 多语言支持(简体中文、繁体中文和英文); 亲测能用 参考源码: https://github.com/Webdiyer/MvcPagerCore 参考使用文档: http://www.webdiyer.com/mvcpager/
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Microsoft.AspNetCore (>= 2.0.3)
- Microsoft.AspNetCore.Mvc (>= 2.0.3)
- Microsoft.AspNetCore.Mvc.Razor (>= 2.0.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
AspNetCorePage分页控件是在MvcPagerCore源码基础上实现的.net core mvc应用程序中实现分页功能的一系列扩展方法。
MvcPager主要功能:
实现最基本的url route分页功能;
支持最新的.net core 2.0或更高版本;
支持IE、Firefox、Opera、Chrome及Safari等常用浏览器;
多语言支持(简体中文、繁体中文和英文);
亲测能用
参考源码:
https://github.com/Webdiyer/MvcPagerCore
参考使用文档:
http://www.webdiyer.com/mvcpager/