Click or drag to resize

IJavascriptObjectRepositoryUnRegister Method

Version 130.1.90
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: 129.0.110.0 (129.0.110.0)
Syntax
bool UnRegister(
	string name
)

Parameters

name  String
object name

Return Value

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