Kugar.Tool.Web.RequestFieldValidation
1.0.30
.NET 5.0
This package targets .NET 5.0. The package is compatible with this framework or higher.
.NET Core 2.1
This package targets .NET Core 2.1. The package is compatible with this framework or higher.
dotnet add package Kugar.Tool.Web.RequestFieldValidation --version 1.0.30
NuGet\Install-Package Kugar.Tool.Web.RequestFieldValidation -Version 1.0.30
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="Kugar.Tool.Web.RequestFieldValidation" Version="1.0.30" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Kugar.Tool.Web.RequestFieldValidation --version 1.0.30
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Kugar.Tool.Web.RequestFieldValidation, 1.0.30"
#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 Kugar.Tool.Web.RequestFieldValidation as a Cake Addin #addin nuget:?package=Kugar.Tool.Web.RequestFieldValidation&version=1.0.30 // Install Kugar.Tool.Web.RequestFieldValidation as a Cake Tool #tool nuget:?package=Kugar.Tool.Web.RequestFieldValidation&version=1.0.30
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
该类库用于针对Request进行校验,与默认的校验的区别在于,,,不需要单独写用于校验的类,可直接使用字段的name进行数据校验
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. 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.1 is compatible. netcoreapp2.2 was computed. netcoreapp3.0 is compatible. netcoreapp3.1 is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETCoreApp 2.1
- Kugar.Core.Web.NetCore (>= 1.0.210)
-
.NETCoreApp 3.0
- Kugar.Core.Web.NetCore (>= 1.0.210)
-
.NETCoreApp 3.1
- Kugar.Core.Web.NetCore (>= 1.0.210)
-
net5.0
- Kugar.Core.Web.NetCore (>= 1.0.210)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Kugar.Tool.Web.RequestFieldValidation:
Package | Downloads |
---|---|
Kugar.UI.Web.AdminLTE.NetCore
这是一套基于.net Core+ mvc+Adminlte+Layui的后台模板控件,,用于快速搭建后台页面,支持iframe和非iframe模式,拥有大部分实际常用的控件以及js函数 源码详见 https://gitee.com/kugar/Kugar.UI.Web.AdminLTE |
|
Kugar.UI.Web.AdminLTE.RequestValidate
该类库用于针对AdminLTEUI组件提供客户端验证的功能,使用 Kugar.Tool.Web.RequestFieldValidation 类库进行校验 |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.30 | 658 | 3/20/2022 |
1.0.26 | 962 | 10/8/2020 |
1.0.25 | 473 | 4/6/2020 |
1.0.24 | 1,307 | 3/24/2020 |
1.0.23 | 606 | 3/20/2020 |
1.0.21 | 623 | 3/10/2020 |
1.0.20 | 709 | 11/25/2019 |
1.0.18 | 612 | 7/27/2019 |
1.0.17 | 840 | 7/22/2019 |
1.0.16 | 845 | 6/18/2019 |
1.0.15 | 922 | 4/17/2019 |
1.0.14 | 2,231 | 3/1/2019 |
1.0.10 | 1,538 | 11/24/2018 |
1.0.5 | 826 | 11/8/2018 |
1.0.4 | 782 | 11/7/2018 |
1.0.3 | 785 | 11/7/2018 |
0.0.1 | 866 | 10/9/2018 |
1.修复数字类型比较的错误提示