Click or drag to resize

DefaultBinderBindObject Method

Version 130.1.90
Bind object.

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

Parameters

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

Return Value

Object
An object.
See Also