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