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