VB.NET中如何实现MVC模型中的数据注解验证规则?
- 内容介绍
- 文章标签
- 相关推荐
本文共计235个文字,预计阅读时间需要1分钟。
是否有基于集合的属性的 数据注释验证规则?
我有以下内容:DisplayName(Category)Range(1, Integer.MaxValue, ErrorMessage=Please select a category)PropertyCategoryId As IntegerDisplayName(Technical Services)Pr
结果:存在基于集合的属性的 数据注释验证规则。
本文共计235个文字,预计阅读时间需要1分钟。
是否有基于集合的属性的 数据注释验证规则?
我有以下内容:DisplayName(Category)Range(1, Integer.MaxValue, ErrorMessage=Please select a category)PropertyCategoryId As IntegerDisplayName(Technical Services)Pr
结果:存在基于集合的属性的 数据注释验证规则。

