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.
RETURNS
A FormValidationSummarySettingsBuilder instance that can be used to configure the FormValidationSummarySettings.
Enable(System.Boolean)
Enables or disables the validation summary.
Parameters
value - System.Boolean
RETURNS
A FormValidationSummarySettingsBuilder instance that can be used to configure the FormValidationSummarySettings.
Template(System.String)
Specifies the validation summary template.
Parameters
value - System.String
The value that configures the template.
RETURNS
A FormValidationSummarySettingsBuilder instance that can be used to configure the FormValidationSummarySettings.
TemplateId(System.String)
Specifies the validation summary template.
Parameters
value - System.String
The value that configures the template.
RETURNS
A FormValidationSummarySettingsBuilder instance that can be used to configure the FormValidationSummarySettings.
TemplateView(Microsoft.AspNetCore.Html.IHtmlContent)
Specifies the validation summary template.
Parameters
templateView - Microsoft.AspNetCore.Html.IHtmlContent
TemplateHandler(System.String)
The name of the JavaScript function that specifies the validation summary template.
Parameters
value - System.String
The value that configures the templateHandler.
RETURNS
A FormValidationSummarySettingsBuilder instance that can be used to configure the FormValidationSummarySettings.