如何從操作重定向到一個外部網站如PayPal重定向到另一個網站從控制器
來源
2010-02-10 Rony
public ActionResult Index() { return Redirect("http://www.paypal.com"); }
2010-02-10 03:23:59