This documentation is archived and is not being maintained.
HttpRequest.UrlReferrer Property
.NET Framework 1.1
Gets information about the URL of the client's previous request that linked to the current URL.
[Visual Basic] Public ReadOnly Property UrlReferrer As Uri [C#] public Uri UrlReferrer {get;} [C++] public: __property Uri* get_UrlReferrer(); [JScript] public function get UrlReferrer() : Uri;
Property Value
A Uri object.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
HttpRequest Class | HttpRequest Members | System.Web Namespace
Show: