Click or drag to resize

CefSettingsBaseRegisterScheme Method

Version 89.0.170
Registers a custom scheme using the provided settings.

Namespace:  CefSharp
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 89.0.170.0
Syntax
public void RegisterScheme(
	CefCustomScheme scheme
)

Parameters

scheme
Type: CefSharpCefCustomScheme
The CefCustomScheme which provides the details about the scheme.
See Also