Click or drag to resize

DefaultBinderBind Method

Version 130.1.90
Bind to the given model type

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

Parameters

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

Return Value

Object
Bound model

Implements

IBinderBind(Object, Type)
See Also