質問

I know that ASP.NET MVC has good validation using Data Annotations. Is it possible to use INotifyDataErrorInfo for data validation?

役に立ちましたか?

解決

No, but you could use the IValidatableObject interface. Scott Gu blogged about it.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top