MVC3用以下代碼實現全站重定向
復制代碼 代碼如下:
protected void Application_BeginRequest(object sender, EventArgs e)
{
string strUrl = Request.Url.ToString().Trim().ToLower();
if (strUrl.Contains("http://vevb.com"))
{
Response.RedirectPermanent(strUrl.Replace("http://vevb.com", "http://www.49028c.com"));
}
}
實現如: 重定向到
新聞熱點
疑難解答
圖片精選