Click or drag to resize

IBinderBind Method

Version 130.1.90
Bind to the given model type, can also be used for type conversion e.g. int to uint

Namespace: CefSharp.ModelBinding
Assembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax
Object Bind(
	Object obj,
	Type targetParamType
)

Parameters

obj  Object
object to be converted into a model
targetParamType  Type
the target param type

Return Value

Object
if the modelType is directly assignable then do so, otherwise perform a conversion or create a complex object that matches targetParamType
See Also