FormValidationSummarySettingsBuilder
Methods
Container(System.String)
Defines the element in which the validation summary will be rendered.
Parameters
value - System.String
The value that configures the container option.
Enable(System.Boolean)
Enables or disables the validation summary.
Parameters
value - System.Boolean
Template(System.String)
Parameters
value - System.String
TemplateId(System.String)
Specifies the validation summary template.
Parameters
value - System.String
The value that configures the template.
TemplateView(System.Web.Mvc.MvcHtmlString)
Specifies the validation summary template.
Parameters
value - System.Web.Mvc.MvcHtmlString
The value that configures the template.
TemplateHandler(System.String)
Specifies the JavaScript function that returns the validation summary template.