IJavascriptObjectRepositoryIsBound Method  | 
Version 118.6.80 
            Is object bound
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 118.6.80.0 (118.6.80.0)
Syntaxbool IsBound(
	string name
)
bool IsBound(
	String^ name
)
Parameters
- name
 - Type: SystemString
name 
Return Value
Type: 
Booleantrue if object with matching name bound
See Also