Click or drag to resize

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.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void SetReferrer(
	string referrerUrl,
	CefReferrerPolicy policy
)

Parameters

referrerUrl
Type: SystemString
policy
Type: Internal.Xilium.CefGlueCefReferrerPolicy
See Also