Version 118.6.80 
            Bind to the given model type
            
 
    Namespace: 
   CefSharp.ModelBinding
    Assembly:
   CefSharp (in CefSharp.dll) Version: 118.6.80.0 (118.6.80.0)
 Syntax
Syntaxpublic virtual Object Bind(
	Object obj,
	Type targetType
)
public:
virtual Object^ Bind(
	Object^ obj, 
	Type^ targetType
)
Parameters
- obj
- Type: SystemObject
 object to be converted into a model
- targetType
- Type: SystemType
 the target param type
Return Value
Type: 
ObjectBound model
Implements
IBinderBind(Object, Type) See Also
See Also