Click or drag to resize

IJavascriptObjectRepositoryUnRegister Method

Version 86.0.240
UnRegister a bound object from the repository. If you unregister an object that is currently bound in JavaScript then the method/property calls will fail.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
bool UnRegister(
	string name
)

Parameters

name
Type: SystemString
object name

Return Value

Type: Boolean
returns true if the object was successfully unbound otherwise false.
See Also