问题标签 [castle-validators]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
604 浏览

c# - 如何在客户端为 Castle Validation 构建自定义验证器?

我正在使用城堡验证,我想知道为什么我的验证器不工作:

还有我的领域

而我的看法

ValidateNonEmpty 在客户端和服务器端都进行验证,但 ValidatePositiveInteger 不是。

我看过这个线程Min Length Custom AbstractValidationAttribute 和 Implementing Castle.Components.Validator.IValidator,但我看不出我的代码和他的代码有什么区别。