ASP.NET(c#)實現重定向的三種方法的總結
(1)Server.Transfer方法: Server.Transfer("m2.aspx");//頁面轉向(服務器上執行). 服務器停止解析本頁,保存此頁轉向前的數據后,再使頁面轉向到m2.as ...
(1)Server.Transfer方法: Server.Transfer("m2.aspx");//頁面轉向(服務器上執行). 服務器停止解析本頁,保存此頁轉向前的數據后,再使頁面轉向到m2.as ...