标签: c# asp.net asp.net-mvc
如何从动作重定向到像paypal这样的外部网站
答案 0 :(得分:2)
public ActionResult Index() { return Redirect("http://www.paypal.com"); }