JavascriptMessageReceivedEventArgsSetBinder Method |
Version 113.3.50
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: 113.3.50.0 (113.3.50.0)
Syntax public static void SetBinder(
IBinder binder
)
public:
static void SetBinder(
IBinder^ binder
)
Parameters
- binder
- Type: CefSharp.ModelBindingIBinder
binder instance
See Also