You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- @page
-
- <!DOCTYPE html>
-
- <html>
- <head>
- <title>@ViewBag.Status</title>
- </head>
- <body>
- <div>
- <h1>@ViewBag.Status</h1>
- </div>
- </body>
- </html>
-
- <script>
- setTimeout(function () {
- window.location.href = '@ViewBag.RedirectUrl';
- }, 1000);
- </script>
|