Click or drag to resize
IBinderBind Method
Version 55.0.0
Bind to the given model type

Namespace: CefSharp.ModelBinding
Assembly: CefSharp (in CefSharp.dll) Version: 55.0.0.0 (55.0.0.0)
Syntax
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
See Also