demo20230512/Views/LCARequest/Fail.cshtml
2023-05-12 10:20:28 +08:00

8 lines
127 B
Plaintext

@{
Layout = null;
}
<p>Sorry , There is something error , The ErrorMessage is below:</p>
<p>@ViewBag.ErrorMessage</p>