BindingContextModel Property |
Version 55.0.0
The current model object (or null for body deserialization)
Namespace: CefSharp.ModelBindingAssembly: CefSharp (in CefSharp.dll) Version: 55.0.0.0 (55.0.0.0)
Syntax public Object Model { get; set; }
public:
property Object^ Model {
Object^ get ();
void set (Object^ value);
}
Property Value
Type:
ObjectSee Also