Click or drag to resize

Request.SetReferrer Method

Version 96.0.142
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.Core (in CefSharp.Core.dll) Version: 96.0.142.0
Syntax
public void SetReferrer(
	string referrerUrl,
	ReferrerPolicy policy
)

Parameters

referrerUrl
Type: System.String
the referrer url
policy
Type: CefSharp.ReferrerPolicy
referrer policy

Implements

IRequest.SetReferrer(String, ReferrerPolicy)
See Also