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 Overridable ReadOnly Property UrlReferrer As Uri

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: