DefaultBinder.Bind Method |
Version 86.0.240
Bind to the given model type
Namespace:
CefSharp.ModelBinding
Assembly:
CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntaxpublic virtual Object Bind(
Object obj,
Type targetType
)
public:
virtual Object^ Bind(
Object^ obj,
Type^ targetType
)
Parameters
- obj
- Type: System.Object
object to be converted into a model - targetType
- Type: System.Type
the target param type
Return Value
Type:
ObjectBound model
Implements
IBinder.Bind(Object, Type)
See Also