Frage

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

War es hilfreich?

Lösung

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

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top