Click or drag to resize

CefRequestHandlerOnProtocolExecution Method

Called on the UI thread to handle requests for URLs with an unknown protocol component. Set |allow_os_execution| to true to attempt execution via the registered OS protocol handler, if any. SECURITY WARNING: YOU SHOULD USE THIS METHOD TO ENFORCE RESTRICTIONS BASED ON SCHEME, HOST OR OTHER URL ANALYSIS BEFORE ALLOWING OS EXECUTION.

Namespace:  Internal.Xilium.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
protected virtual void OnProtocolExecution(
	CefBrowser browser,
	string url,
	out bool allowOSExecution
)

Parameters

browser
Type: Internal.Xilium.CefGlueCefBrowser
url
Type: SystemString
allowOSExecution
Type: SystemBoolean
See Also