Field Referer
The HTTP Referer header.
Indicates the URL of the resource from which the request originated, helping servers understand the source of traffic.
public const string Referer = "Referer"
Returns
- string
- The HTTP Referer header. Indicates the URL of the resource from which the request originated, helping servers understand the source of traffic.