Click or drag to resize

IJavascriptObjectRepositoryRegister Method

Version 130.1.90

[Missing <summary> documentation for "M:CefSharp.IJavascriptObjectRepository.Register(System.String,System.Object,System.Boolean,CefSharp.BindingOptions)"]


Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax
void Register(
	string name,
	Object objectToBind,
	bool isAsync,
	BindingOptions options = null
)

Parameters

name  String

[Missing <param name="name"/> documentation for "M:CefSharp.IJavascriptObjectRepository.Register(System.String,System.Object,System.Boolean,CefSharp.BindingOptions)"]

objectToBind  Object

[Missing <param name="objectToBind"/> documentation for "M:CefSharp.IJavascriptObjectRepository.Register(System.String,System.Object,System.Boolean,CefSharp.BindingOptions)"]

isAsync  Boolean

[Missing <param name="isAsync"/> documentation for "M:CefSharp.IJavascriptObjectRepository.Register(System.String,System.Object,System.Boolean,CefSharp.BindingOptions)"]

options  BindingOptions  (Optional)
binding options, by default method/property names are camelCased, you can control this and other advanced options though this class.
See Also