I am trying to validate the login of my application with a POST method, but the problem is that I do not know how to redirect once I get the response from the server.
$.ajax({
type: "POST",
url: '@Url.Action("IniciarSesion", "In...
asked by
27.06.2017 / 02:01