DataSourceSchemaModelFieldValidationTagHelper
Example
Razor
<validation/>Attributes
| Attribute | Type | Description | 
|---|---|---|
| max | Int32 | The maximum value allowed to be set for the field. It should be applied for number fields. | 
| min | Int32 | The minimum value allowed to be set for the field. It should be applied for number fields. | 
| required | String | Specifies whether the field is required. |