0
Q:

window.href

var currentUrl = window.location.href;
21
//its actually 
window.location.href = "/App/Home"
//or
window.location.href = "https://www.google.com/"
1
console.log ('url actual: '+window.location.href);
console.log ('url actual: '+location.href);
1

New to Communities?

Join the community