I\'m very new to ASP.NET 4.0 Web API. Can we redirect to another URL at the end of the POST action?, something like ... Response.Redirect(url)
Response.Redirect(url)
Actually
[HttpGet] public RedirectResult Get() { return RedirectPermanent("https://www.google.com"); }