Click or drag to resize

DefaultBinderBindValue Method

Version 73.1.130
BindValue

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

Parameters

modelProperty
Type: CefSharp.ModelBindingBindingMemberInfo
model property
obj
Type: SystemObject
object
context
Type: CefSharp.ModelBindingBindingContext
context
See Also