I\'m trying to redirect to external url from an action method but can\'t get it to work. Can anybody shed some light on my error?
public void ID(string id)
Using JavaScript
public ActionResult Index() { return Content(""); }
Note: As @Jeremy Ray Brown said , This is not the best option but you might find useful in some situations.
Hope this helps.