2 implementations of ValidationSummary
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
HtmlHelper.cs (1)
627
public IHtmlContent
ValidationSummary
(
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (1)
DefaultEditorTemplatesTest.cs (1)
1610
public IHtmlContent
ValidationSummary
(
11 references to ValidationSummary
Microsoft.AspNetCore.Mvc.ViewFeatures (11)
HtmlHelperOptions.cs (1)
52
/// <see cref="IHtmlHelper.
ValidationSummary
"/> and other overloads.
Rendering\HtmlHelperValidationExtensions.cs (9)
298
return htmlHelper.
ValidationSummary
(
321
return htmlHelper.
ValidationSummary
(
344
return htmlHelper.
ValidationSummary
(
370
return htmlHelper.
ValidationSummary
(
399
return htmlHelper.
ValidationSummary
(
430
return htmlHelper.
ValidationSummary
(
465
return htmlHelper.
ValidationSummary
(
498
return htmlHelper.
ValidationSummary
(
533
return htmlHelper.
ValidationSummary
(excludePropertyErrors, message, htmlAttributes, tag: null);
Rendering\ViewContext.cs (1)
143
/// Element name used to wrap a top-level message generated by <see cref="IHtmlHelper.
ValidationSummary
"/> and