IRequestSetReferrer Method |
Version 130.1.90
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: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax void SetReferrer(
string referrerUrl,
ReferrerPolicy policy
)
void SetReferrer(
String^ referrerUrl,
ReferrerPolicy policy
)
Parameters
- referrerUrl String
- the referrer url
- policy ReferrerPolicy
- referrer policy
See Also