Click or drag to resize

JavascriptMessageReceivedEventArgsSetBinder Method

Version 130.1.90
Provide a custom instance of IBinder that will be used when ConvertMessageToT is called. You may wish to provide a custom instance in cases where you wish to override the name conversion. e.g. You wish to convert names from camelCase

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax
public static void SetBinder(
	IBinder binder
)

Parameters

binder  IBinder
binder instance
See Also