2012-11-09 61 views

回答

0

@ {Response.Redirect的(「〜/ HOME/NoResults」);}

0

這是控制器邏輯,在行動中使用RedirectToAction,但你也可以在header使用section有:

<meta HTTP-EQUIV="REFRESH" content="0; url=http://www.yourdomain.com/index.html"> 

OR(JavaScript)的

document.location = 'url'; 
相關問題