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)
Maybe the solution someone is looking for is this:
Response.Redirect("/Sucesso")
This work when used in the View as well.