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