Click or drag to resize

AbstractCefSettingsRegisterExtension Method

Version 75.1.140
Register a new V8 extension with the specified JavaScript extension code

Namespace:  CefSharp
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 75.1.140.0
Syntax
public void RegisterExtension(
	V8Extension extension
)

Parameters

extension
Type: CefSharpV8Extension
The V8Extension that contains the extension code.
See Also