FormValidatableSettingsTagHelper

Example

Razor
<validatable>
    <validation-summary />
</validatable>

ChildTags

Tag NameDetails
validation-summaryFormValidationSummarySettingsTagHelper

Attributes

AttributeTypeDescription
error-templateStringConfigures the Form Validator errorTemplate option.
error-template-handlerStringConfigures the Form Validator errorTemplate option. This option expects the name of a JavaScript function that will be called to return the template.
error-template-idStringConfigures the Form Validator errorTemplate option. This option expects the ID of the script element that contains the template.
error-template-viewIHtmlContentConfigures the Form Validator errorTemplate option. This option expects the instance containing the created HTML.
validate-on-blurBooleanConfigures the Form Validator validateOnBlur option.
validation-summaryBooleanConfigures the Form Validator validationSummary option.
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support