Click or drag to resize

IJavascriptObjectRepositoryIsBound Method

Version 94.4.20
Is object bound

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
bool IsBound(
	string name
)

Parameters

name
Type: SystemString
name

Return Value

Type: Boolean
true if object with matching name bound
See Also