11 lines
120 B
Plaintext
11 lines
120 B
Plaintext
@if (IsLoading)
|
|
{
|
|
<p>@Message</p>
|
|
}
|
|
else
|
|
{
|
|
<ErrorList Errors=@ErrorMessages>
|
|
@ChildContent
|
|
</ErrorList>
|
|
}
|