![]() |
VOOZH | about |
dotnet add package Kugar.Tool.Web.RequestFieldValidation --version 1.0.30
NuGet\Install-Package Kugar.Tool.Web.RequestFieldValidation -Version 1.0.30
<PackageReference Include="Kugar.Tool.Web.RequestFieldValidation" Version="1.0.30" />
<PackageVersion Include="Kugar.Tool.Web.RequestFieldValidation" Version="1.0.30" />Directory.Packages.props
<PackageReference Include="Kugar.Tool.Web.RequestFieldValidation" />Project file
paket add Kugar.Tool.Web.RequestFieldValidation --version 1.0.30
#r "nuget: Kugar.Tool.Web.RequestFieldValidation, 1.0.30"
#:package Kugar.Tool.Web.RequestFieldValidation@1.0.30
#addin nuget:?package=Kugar.Tool.Web.RequestFieldValidation&version=1.0.30Install as a Cake Addin
#tool nuget:?package=Kugar.Tool.Web.RequestFieldValidation&version=1.0.30Install as a Cake Tool
该类库用于针对Request进行校验,与默认的校验的区别在于,,,不需要单独写用于校验的类,可直接使用字段的name进行数据校验
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 is compatible. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 was computed. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp2.1 netcoreapp2.1 is compatible. netcoreapp2.2 netcoreapp2.2 was computed. netcoreapp3.0 netcoreapp3.0 is compatible. netcoreapp3.1 netcoreapp3.1 is compatible. |
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 类库进行校验 |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.30 | 912 | 3/20/2022 |
| 1.0.26 | 1,232 | 10/8/2020 |
| 1.0.25 | 706 | 4/6/2020 |
| 1.0.24 | 1,613 | 3/24/2020 |
| 1.0.23 | 825 | 3/20/2020 |
| 1.0.21 | 836 | 3/10/2020 |
| 1.0.20 | 962 | 11/25/2019 |
| 1.0.18 | 839 | 7/27/2019 |
| 1.0.17 | 1,114 | 7/22/2019 |
| 1.0.16 | 1,104 | 6/18/2019 |
| 1.0.15 | 1,191 | 4/17/2019 |
| 1.0.14 | 2,511 | 3/1/2019 |
| 1.0.10 | 1,773 | 11/24/2018 |
| 1.0.5 | 1,086 | 11/8/2018 |
| 1.0.4 | 1,012 | 11/7/2018 |
| 1.0.3 | 1,064 | 11/7/2018 |
| 0.0.1 | 1,149 | 10/9/2018 |
1.修复数字类型比较的错误提示