Click or drag to resize

DefaultBinder.BindValue Method

Version 75.1.140
BindValue

Namespace:  CefSharp.ModelBinding
Assembly:  CefSharp (in CefSharp.dll) Version: 75.1.140.0 (75.1.140.0)
Syntax
protected virtual void BindValue(
	BindingMemberInfo modelProperty,
	Object obj,
	BindingContext context
)

Parameters

modelProperty
Type: CefSharp.ModelBinding.BindingMemberInfo
model property
obj
Type: System.Object
object
context
Type: CefSharp.ModelBinding.BindingContext
context
See Also