DefaultBinderGetValue Method (String, BindingContext) |
Version 67.0.0
Gets the value for the property name
Namespace:
CefSharp.ModelBinding
Assembly:
CefSharp (in CefSharp.dll) Version: 67.0.0.0 (67.0.0.0)
Syntax protected virtual Object GetValue(
string propertyName,
BindingContext context
)
protected:
virtual Object^ GetValue(
String^ propertyName,
BindingContext^ context
)
Parameters
- propertyName
- Type: SystemString
property name - context
- Type: CefSharp.ModelBindingBindingContext
context
Return Value
Type:
Objectvalue or null
See Also