aspnetcore/src/Identity/samples
Nikolaj Jørgensen 20dd338b79 Use ModelOnly for Validation Summary (#6108)
Previously when Validation Summary used "All", it would append the property-related content to both the summary as well as the property specific span elements (= asp-validation-for="...").

By switching to ModelOnly would only show model-related messages in the summary (such as "Invalid login attempt.") which was most likely the original intention.
2019-08-23 18:30:59 -07:00
..
IdentitySample.DefaultUI Use ModelOnly for Validation Summary (#6108) 2019-08-23 18:30:59 -07:00
IdentitySample.Mvc Use ModelOnly for Validation Summary (#6108) 2019-08-23 18:30:59 -07:00