Click or drag to resize

DefaultBinder.BindObject Method

Version 92.0.260
Bind object.

Namespace:  CefSharp.ModelBinding
Assembly:  CefSharp (in CefSharp.dll) Version: 92.0.260.0 (92.0.260.0)
Syntax
protected virtual Object BindObject(
	Type targetType,
	Type objType,
	Object obj
)

Parameters

targetType
Type: System.Type
the target param type.
objType
Type: System.Type
Type of the object.
obj
Type: System.Object
object to be converted into a model.

Return Value

Type: Object
An object.
See Also