@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>