5 references to None
Microsoft.AspNetCore.Mvc.TagHelpers (4)
ValidationSummaryTagHelper.cs (4)
47/// summary. Otherwise (<see cref="ValidationSummary.None"/>, the default), this tag helper does nothing. 63case ValidationSummary.None: 79/// <remarks>Does nothing if <see cref="ValidationSummary"/> is <see cref="ValidationSummary.None"/>.</remarks> 85if (ValidationSummary == ValidationSummary.None)
Microsoft.AspNetCore.Mvc.TagHelpers.Test (1)
ValidationSummaryTagHelperTest.cs (1)
472ValidationSummary = ValidationSummary.None,