裕隆城折扣合作@中興低碳 折扣報表
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

20 行
266B

  1. @page
  2. <!DOCTYPE html>
  3. <html>
  4. <head>
  5. <title>@ViewBag.Status</title>
  6. </head>
  7. <body>
  8. <div>
  9. <h1>@ViewBag.Status</h1>
  10. </div>
  11. </body>
  12. </html>
  13. <script>
  14. setTimeout(function () {
  15. window.location.href = '@ViewBag.RedirectUrl';
  16. }, 1000);
  17. </script>