BindingOptionsBinder Property |
Version 130.1.90
Model binder used for passing complex classes as params to methods
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax public IBinder Binder { get; set; }
public:
property IBinder^ Binder {
IBinder^ get ();
void set (IBinder^ value);
}
Property Value
IBinderSee Also