demo20230512/Views/LCARequest/Fail.cshtml

8 lines
127 B
Plaintext
Raw Permalink Normal View History

2023-05-12 10:20:28 +08:00

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