Click or drag to resize

IJavascriptObjectRepositoryRegister Method

Version 86.0.240

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

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

Parameters

name
Type: SystemString

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

objectToBind
Type: SystemObject

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

isAsync
Type: SystemBoolean

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

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