NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HttpRequest.UrlReferrer

Gets info regarding the URL of the previous request (that linked to the current URL).

[Visual Basic]
Public ReadOnly Property UrlReferrer As HttpUrl
[C#]
public HttpUrl UrlReferrer {get;}
[C++]
public: __property HttpUrl* get_UrlReferrer();
[JScript]
public function get UrlReferrer() : HttpUrl;

Property Value

A managed reference to an HttpUrl object containing information regarding the URL of the client's previous request that linked to the current URL.

See Also

HttpRequest Class | HttpRequest Members | System.Web Namespace