| DefaultBinderBindObject Method  | 
Version 118.6.80 
            Bind object.
            
 
    Namespace: 
   CefSharp.ModelBinding
    Assembly:
   CefSharp (in CefSharp.dll) Version: 118.6.80.0 (118.6.80.0)
 Syntax
Syntaxprotected virtual Object BindObject(
	Type targetType,
	Type objType,
	Object obj
)
protected:
virtual Object^ BindObject(
	Type^ targetType, 
	Type^ objType, 
	Object^ obj
)
Parameters
- targetType
- Type: SystemType
 the target param type.
- objType
- Type: SystemType
 Type of the object.
- obj
- Type: SystemObject
 object to be converted into a model.
Return Value
Type: 
Object
            An object.
            
 See Also
See Also