Pergunta

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

Foi útil?

Solução

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top