RealWorldDevelopers
4/30/2016 - 9:04 PM

Window Location MVC

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