Ejemplo 1: window.href
//its actually
window.location.href = "/App/Home"
//or
window.location.href = "https://www.google.com/"
Ejemplo 2: javascript de ubicación de ventana
console.log ('url actual: '+window.location.href);
console.log ('url actual: '+location.href);
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)