Redirects the user agent to a new location for a requested resource.
property Location: string;
Description
Location is a String property used to redirect the recipient of the HTTP response to a location other than the request URI when accessing a new or exisitng server resource. Location contains a valid URI expressed in the form:
http://www.w3.org/pub/WWW/People.html
Use the ContentLocation property to provide the original location of an entity specified in a HTTP request.