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.