4 references to ValidationSummary
Microsoft.AspNetCore.Mvc.TagHelpers (4)
ValidationSummaryTagHelper.cs (4)
50
/// Thrown if setter is called with an undefined <see cref="
ValidationSummary
"/> value e.g.
79
/// <remarks>Does nothing if <see cref="
ValidationSummary
"/> is <see cref="ValidationSummary.None"/>.</remarks>
85
if (
ValidationSummary
== ValidationSummary.None)
92
excludePropertyErrors:
ValidationSummary
== ValidationSummary.ModelOnly,