Custom Annotation
/CustomValidation/ValidateAgeAttribute.cs
This can be used to apply a custom range validation to the given date time value.
1 | using System; |
Applied to Model
1 | [Required] |
/CustomValidation/ValidateAgeAttribute.cs
This can be used to apply a custom range validation to the given date time value.
1 | using System; |
1 | [Required] |