mirror of
https://git.teknik.io/Teknikode/Teknik.git
synced 2023-08-02 14:16:22 +02:00
6 lines
164 B
Plaintext
6 lines
164 B
Plaintext
@if (ViewContext.ModelState.IsValid == false)
|
|
{
|
|
<div class="alert alert-danger">
|
|
<div asp-validation-summary="All" class="danger"></div>
|
|
</div>
|
|
} |