Referer Property
Referer URL/document (optional).
Syntax
[VB.NET] Public Property Referer As String
[C#] public string Referer {get; set;}
Remarks
If this property contains a non-empty string, a Referer HTTP request header is added to the request. The purpose of the header is to show the document referring the requested URL.
This property is not available at design time.
Default Value
""