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: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntaxbool UnRegister(
string name
)
bool UnRegister(
String^ name
)
Parameters
- name String
- object name
Return Value
Booleanreturns true if the object was successfully unbound otherwise false.
See Also