CefRequestSetReferrer Method |
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: Internal.Xilium.CefGlueAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic void SetReferrer(
string referrerUrl,
CefReferrerPolicy policy
)
Parameters
- referrerUrl String
-
- policy CefReferrerPolicy
-
See Also