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.CefGlueAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxprotected virtual void OnRegisterCustomSchemes(
CefSchemeRegistrar registrar
)
Parameters
- registrar CefSchemeRegistrar
-
See Also