HttpRequestHeaders.Referrer Property

Definition

Gets or sets the value of the Referer header for an HTTP request.

public:
 property Uri ^ Referrer { Uri ^ get(); void set(Uri ^ value); };
public Uri Referrer { get; set; }
public Uri? Referrer { get; set; }
member this.Referrer : Uri with get, set
Public Property Referrer As Uri

Property Value

Uri

The value of the Referer header for an HTTP request.

Applies to