Click or drag to resize

CefRuntimeRemoveCrossOriginWhitelistEntry Method

Remove an entry from the cross-origin access whitelist. Returns false if |source_origin| is invalid or the whitelist cannot be accessed.

Namespace:  Internal.Xilium.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static bool RemoveCrossOriginWhitelistEntry(
	string sourceOrigin,
	string targetProtocol,
	string targetDomain,
	bool allowTargetSubdomains
)

Parameters

sourceOrigin
Type: SystemString
targetProtocol
Type: SystemString
targetDomain
Type: SystemString
allowTargetSubdomains
Type: SystemBoolean

Return Value

Type: Boolean
See Also