Domanda

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

È stato utile?

Soluzione

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top