mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2026-04-24 13:11:46 +08:00
转移.net core 3.1,为.NET 5做准备
This commit is contained in:
7
OpenAuth.Identity/Views/Shared/_ValidationSummary.cshtml
Normal file
7
OpenAuth.Identity/Views/Shared/_ValidationSummary.cshtml
Normal file
@@ -0,0 +1,7 @@
|
||||
@if (ViewContext.ModelState.IsValid == false)
|
||||
{
|
||||
<div class="alert alert-danger">
|
||||
<strong>Error</strong>
|
||||
<div asp-validation-summary="All" class="danger"></div>
|
||||
</div>
|
||||
}
|
||||
Reference in New Issue
Block a user