Click or drag to resize

DefaultBinderBind Method

Version 75.1.140
Bind to the given model type

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

Parameters

obj
Type: SystemObject
object to be converted into a model
modelType
Type: SystemType
Model type to bind to

Return Value

Type: Object
Bound model

Implements

IBinderBind(Object, Type)
See Also