Click or drag to resize

CefAppOnRegisterCustomSchemes Method

Provides an opportunity to register custom schemes. Do not keep a reference to the |registrar| object. This method is called on the main thread for each process and the registered schemes should be the same across all processes.

Namespace: Internal.Xilium.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
protected virtual void OnRegisterCustomSchemes(
	CefSchemeRegistrar registrar
)

Parameters

registrar  CefSchemeRegistrar
 
See Also