IAppOnRegisterCustomSchemes Method |
Version 101.0.180
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:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 101.0.180.0 (101.0.180.0)
Syntax void OnRegisterCustomSchemes(
ISchemeRegistrar registrar
)
void OnRegisterCustomSchemes(
ISchemeRegistrar^ registrar
)
Parameters
- registrar
- Type: CefSharpISchemeRegistrar
scheme registra
See Also