Window.Ref
//its actually
window.location.href = "/App/Home"
//or
window.location.href = "https://www.google.com/"
Confused Penguin
//its actually
window.location.href = "/App/Home"
//or
window.location.href = "https://www.google.com/"
header('Location: https://stackoverflow.com');
window.location.href = 'https://stackoverflow.com';