如何对模型进行验证,但不使用this
类中的属性,因为this
类对如何填充属性有一些依赖行为。例如,如果属性IsDropDown
为true,则我必须仅验证DropDownValue
,否则我必须验证其他属性。
使用FluentValidation
阅读Steve Sanderson的博客:将FluentValidation与Blazor集成
和Chris Sainty的文章:在Blazor 中使用FluentVerification进行表单验证