.net - Is there an official name for the'http://localhost/index.html' part of the url 'http://localhost/index.html?v1=v' -
in interest of naming, trying figure out call protocol + host + port + path part of url. using angularjs , need send path spa server can generate email allow user verify email address.
i want make dynamic. not find method on $location provide this. wondering if there official name protocol + host + port + path part of url. in other words, given following url's:
http://localhost/index.html http://localhost/index.html?v1=v http://localhost/index.html#/login
is there name given portion of url equal to:
http://localhost/index.html
i thought called uri, can't seem find definitive answer this. many references uri on internet uri class in .net include querystring part of uri.
the name, looking for, "base uri".
here links, mentioned. http://en.wikipedia.org/wiki/representational_state_transfer#restful_web_apis http://msdn.microsoft.com/en-us/library/system.xml.xmlnode.baseuri(vs.71).aspx
Comments
Post a Comment