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