Click or drag to resize

CefSettingsBaseRegisterExtension Method

Version 81.3.100
Register a new V8 extension with the specified JavaScript extension code.

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

Parameters

extension
Type: CefSharpV8Extension
The V8Extension that contains the extension code.
Exceptions
ExceptionCondition
ArgumentExceptionThrown when one or more arguments have unsupported or illegal values.
See Also