暮雨

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

 
private void Page_Load(object sender, System.EventArgs e)
{

这里可以判断,什么时候要做跳转
Response.Status = “301 Moved Permanently”;
Response.AddHeader(”Location”,”http://www.ahwebs.com/articles/301/“);
}

posted on 2013-12-17 11:39  蕙草  阅读(152)  评论(0编辑  收藏  举报