Click or drag to resize

DefaultBinder.Bind Method

Version 67.0.0
Bind to the given model type

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

Parameters

obj
Type: System.Object
object to be converted into a model
modelType
Type: System.Type
Model type to bind to

Return Value

Type: Object
Bound model

Implements

IBinder.Bind(Object, Type)
See Also