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.