Click or drag to resize

IJavascriptObjectRepositoryIsBound Method

Version 130.1.90
Is object bound

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

Parameters

name  String
name

Return Value

Boolean
true if object with matching name bound
See Also