how to redirect from a action to an external web site like paypal
+1
A:
public ActionResult Index() {
return Redirect("http://www.paypal.com");
}
Max Toro
2010-02-10 03:23:59