I need to direct user to Paypal site for payment . Is there a way to achieve this from the controller with out the paypal site opening in a new browser?.
Right now I am using Proces开发者_StackOverflows.Start(url) but would like to find out a better way to d o this preferably with our AJAX and in the same way Return view() behaves.
Thanks in advance.
Does this help?
return Redirect("http://paypal.com")
精彩评论