mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-19 18:22:11 +08:00
7 lines
195 B
Plaintext
7 lines
195 B
Plaintext
![]() |
@if (ViewContext.ModelState.IsValid == false)
|
||
|
{
|
||
|
<div class="alert alert-danger">
|
||
|
<strong>Error</strong>
|
||
|
<div asp-validation-summary="All" class="danger"></div>
|
||
|
</div>
|
||
|
}
|