HttpRequestWrapper::UrlReferrer Property

 

Gets information about the URL of the client request that linked to the current URL.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
property Uri^ UrlReferrer {
	virtual Uri^ get() override;
}

Property Value

Type: System::Uri^

The URL of the page that linked to the current request.

.NET Framework
Available since 3.5
Return to top
Show: