IRequestSetReferrer Method  | 
Version 118.6.80 
            Set the referrer URL and policy. If non-empty the referrer URL must be
            fully qualified with an HTTP or HTTPS scheme component. Any username,
            password or ref component will be removed.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 118.6.80.0 (118.6.80.0)
Syntaxvoid SetReferrer(
	string referrerUrl,
	ReferrerPolicy policy
)
void SetReferrer(
	String^ referrerUrl, 
	ReferrerPolicy policy
)
Parameters
- referrerUrl
 - Type: SystemString
the referrer url - policy
 - Type: CefSharpReferrerPolicy
referrer policy 
See Also