FormValidatableSettingsTagHelper
Example
Razor
<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. This option expects the name of a JavaScript function that will be called to return the template. |
| error-template-id | String | Configures the Form Validator errorTemplate option. This option expects the ID of the script element that contains the template. |
| error-template-view | IHtmlContent | Configures the Form Validator errorTemplate option. This option expects the instance containing the created HTML. |
| validate-on-blur | Boolean | Configures the Form Validator validateOnBlur option. |
| validation-summary | Boolean | Configures the Form Validator validationSummary option. |