HttpRequestBase::UrlReferrer Property

 

When overridden in a derived class, 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();
}

Property Value

Type: System::Uri^

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

Exception Condition
NotImplementedException

Always.

.NET Framework
Available since 3.5
Return to top
Show: