New to Telerik UI for ASP.NET Core? Download free 30-day trial

FormValidatableSettingsBuilder

Methods

ValidateOnBlur(System.Boolean)

Configures the Form Validator validateOnBlur option.

Parameters

value - System.Boolean

The value that configures the validateonblur.

ValidationSummary(System.Boolean)

Configures the Form Validator validationSummary option.

Parameters

value - System.Boolean

The value that configures the validationsummary.

ValidationSummary(System.Action)

Parameters

validationSummaryAction - System.Action<FormValidationSummarySettingsBuilder>

ErrorTemplate(System.String)

Configures the Form Validator errorTemplate option.

Parameters

value - System.String

The value that configures the errortemplate.

ErrorTemplateId(System.String)

Configures the Form Validator errorTemplate option.

Parameters

value - System.String

The value that configures the errortemplate.

ErrorTemplateView(System.Web.Mvc.MvcHtmlString)

Configures the Form Validator errorTemplate option.

Parameters

value - System.Web.Mvc.MvcHtmlString

The value that configures the errortemplate.

ErrorTemplateHandler(System.String)

Parameters

value - System.String
In this article
Not finding the help you need?