Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The System.Web.Http.Validation.Validators namespace provides classes related to model validation.
Classes
Class | Description | |
---|---|---|
![]() |
DataAnnotationsModelValidator | Provides a model validator. |
![]() |
ErrorModelValidator | A ModelValidator to represent an error. This validator will always throw an exception regardless of the actual model value. |
![]() |
RequiredMemberModelValidator | Represents the ModelValidator for required members. |
![]() |
ValidatableObjectAdapter | Provides an object adapter that can be validated. |