DefaultBinderGetValue Method (String, BindingContext) |
Version 73.1.130
Gets the value for the property name
Namespace:
CefSharp.ModelBinding
Assembly:
CefSharp (in CefSharp.dll) Version: 73.1.130.0 (73.1.130.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