Click or drag to resize
CefSettingsRegisterScheme Method
Version 51.0.0
Registers a custom scheme using the provided settings.

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

Parameters

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