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