Window Location MVC
window.location.href returns http://localhost:1478/Accounts/Index
window.location.origin returns http//localhost:1478
window.location.pathname returns /Accounts/Index
window.location.protocal returns http
window.location.host returns localhost:1478
window.location.hostname returns localhost
window.location.port returns 1478