Javascript object repository, object are registered for binding One repository per ChromiumWebBrowser instance
Namespace: CefSharpCefSharp (in CefSharp.dll) Version: 118.6.80.0 (118.6.80.0)
Syntaxpublic interface IJavascriptObjectRepository : IDisposable
public interface class IJavascriptObjectRepository : IDisposable
The IJavascriptObjectRepository type exposes the following members.
Properties Name Description HasBoundObjectsHas bound objects
NameConverterConverted .Net method/property/field names to the name that will be used in Javasript. Used for when .Net naming conventions differ from Javascript naming conventions.
SettingsJavascript Binding Settings
Top Methods Name Description DisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.) IsBoundIs object bound
Register UnRegisterUnRegister a bound object from the repository. If you unregister an object that is currently bound in JavaScript then the method/property calls will fail.
UnRegisterAllUnRegister all the currently bound objects from the repository. If you unregister an object that is currently bound in JavaScript then the method/property calls will fail.
Top Events Name Description ObjectBoundInJavascriptEvent handler is triggered when a object has been successfully bound in javascript
ObjectsBoundInJavascriptEvent handler is triggered when multiple objects has been successfully bound in javascript, this event only contains the names of objects successfully bound.
ResolveObjectEvent handler is called when an object with a given name is requested for binding and is not yet registered with the repository. Use
ObjectRepositoryto register objects (using
Top See AlsoRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4