Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法使用复杂的规则来实现模型验证,例如“如果选择了一个单选按钮,则有必要从另一个单选按钮组中选择一个单选。如果选择了带有附加文本框的单选按钮,那么也有必要填充它。”?如果这种方式与DataAnnotations属性相关,那将是完美的。我只知道我们可以使用一些额外的框架来实现这一点。但是,你知道,如果我们有一些原生的解决方案,它会更漂亮。提前谢谢你们!
DataAnnotations
我认为 MVC-2 没有原生解决方案,但我相信 MVC-3 支持使用 RemoteAttribute 进行远程验证的概念。我认为可以找到更多信息:
MVC 3 发行说明概述
远程属性