FluentValidation client-side validation
The list of validators supported on the client is on this page and are as follows:
- NotNull/NotEmpty (required)
- Matches (regex)
- InclusiveBetween (range)
- CreditCard
- EqualTo (cross-property equality comparison)
- Length