<head> <title></title> <meta http-equiv="refresh" content="5" /> </head>
public ActionResult Index() { Response.AddHeader("Refresh", "5"); return View(); }
No comments:
Post a Comment