Click or drag to resize

JavascriptMessageReceivedEventArgsSetBinder Method

Version 112.3.0
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: 112.3.0.0 (112.3.0.0)
Syntax
public static void SetBinder(
	IBinder binder
)

Parameters

binder
Type: CefSharp.ModelBindingIBinder
binder instance
See Also