CefApp OnRegisterCustomSchemes Method Xilium.CefGlue

[This is preliminary documentation and is subject to change.]

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: Xilium.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

protected virtual void OnRegisterCustomSchemes(
	CefSchemeRegistrar registrar
)

Parameters

registrar
Type: Xilium.CefGlue CefSchemeRegistrar

[Missing <param name="registrar"/> documentation for "M:Xilium.CefGlue.CefApp.OnRegisterCustomSchemes(Xilium.CefGlue.CefSchemeRegistrar)"]

See Also