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;
A managed reference to an HttpUrl object containing information regarding the URL of the client's previous request that linked to the current URL.
HttpRequest Class | HttpRequest Members | System.Web Namespace