AspNetPager_CN 7.4.2
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package AspNetPager_CN --version 7.4.2
NuGet\Install-Package AspNetPager_CN -Version 7.4.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AspNetPager_CN" Version="7.4.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AspNetPager_CN --version 7.4.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: AspNetPager_CN, 7.4.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install AspNetPager_CN as a Cake Addin #addin nuget:?package=AspNetPager_CN&version=7.4.2 // Install AspNetPager_CN as a Cake Tool #tool nuget:?package=AspNetPager_CN&version=7.4.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
AspNetPager是ASP.NET网站或Web应用程序中用于分页的自定义控件,功能强大、灵活,使用方便,同时支持回发(Postback)和url两种分页方式。
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
7.4.2 (2012-11-17)
Url分页情况下,第一页分页url中去除页索引参数,用于SEO优化;
新增FirstPageUrlRewritePattern属性,用于重写第一页url,方便SEO;
代码优化和文档资料完善;