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.
63
case ValidationSummary.
None
:
79
/// <remarks>Does nothing if <see cref="ValidationSummary"/> is <see cref="ValidationSummary.
None
"/>.</remarks>
85
if (ValidationSummary == ValidationSummary.
None
)
Microsoft.AspNetCore.Mvc.TagHelpers.Test (1)
ValidationSummaryTagHelperTest.cs (1)
472
ValidationSummary = ValidationSummary.
None
,