FormValidatableSettingsTagHelper
Example
<validatable>
<validation-summary />
</validatable>
ChildTags
Tag Name | Details |
---|---|
validation-summary | FormValidationSummarySettingsTagHelper |
Attributes
Attribute | Type | Description |
---|---|---|
error-template | String | Configures the Form Validator errorTemplate option. |
error-template-handler | String | Configures the Form Validator errorTemplate option. |
error-template-id | String | Configures the Form Validator errorTemplate option. |
error-template-view | IHtmlContent | Configures the Form Validator errorTemplate option. |
validate-on-blur | Boolean | Configures the Form Validator validateOnBlur option. |
validation-summary | Boolean | Configures the Form Validator validationSummary option. |