Pregunta

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

¿Fue útil?

Solución

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top