eadam
eadam

Reputation: 26121

How to validate model manually in MVC 6

I think that Controller.ValidateModel does not work in MVC 6 to validate a model manually. What's the alternative ?

Upvotes: 1

Views: 816

Answers (1)

Yishai Galatzer
Yishai Galatzer

Reputation: 8862

Support for this method was just added on Jan/13/2015. So it's currently available in the dev builds, and will become public with Beta3.

Upvotes: 1

Related Questions