FormValidatableSettingsBuilder

Methods

ValidateOnBlur(System.Boolean)

Configures the Form Validator validateOnBlur option.

Parameters

value - System.Boolean

The value that configures the validateonblur.

RETURNS

A FormValidatableSettingsBuilder instance that can be used to configure the FormValidatableSettings.

ValidationSummary(System.Boolean)

Configures the Form Validator validationSummary option.

Parameters

value - System.Boolean

The value that configures the validationsummary.

RETURNS

A FormValidatableSettingsBuilder instance that can be used to configure the FormValidatableSettings.

ValidationSummary(System.Action)

Configures the Form Validator validationSummary option.

Parameters

validationSummaryAction - System.Action<FormValidationSummarySettingsBuilder>

The value that configures the validationsummary.

RETURNS

A FormValidatableSettingsBuilder instance that can be used to configure the FormValidatableSettings.

ErrorTemplate(System.String)

Configures the Form Validator errorTemplate option.

Parameters

value - System.String

The value that configures the errortemplate.

RETURNS

A FormValidatableSettingsBuilder instance that can be used to configure the FormValidatableSettings.

ErrorTemplateId(System.String)

Configures the Form Validator errorTemplate option.

Parameters

value - System.String

The value that configures the errortemplate.

RETURNS

A FormValidatableSettingsBuilder instance that can be used to configure the FormValidatableSettings.

ErrorTemplateView(Microsoft.AspNetCore.Html.IHtmlContent)

Configures the Form Validator errorTemplate option.

Parameters

templateView - Microsoft.AspNetCore.Html.IHtmlContent

ErrorTemplateHandler(System.String)

Configures the Form Validator errorTemplate option. Expects the name of the JAvaScript function returning the template.

Parameters

value - System.String