Version 73.1.130
Bind to the given model type
Namespace:
CefSharp.ModelBinding
Assembly:
CefSharp (in CefSharp.dll) Version: 73.1.130.0 (73.1.130.0)
Syntax Object Bind(
Object obj,
Type modelType
)
Object^ Bind(
Object^ obj,
Type^ modelType
)
Parameters
- obj
- Type: SystemObject
object to be converted into a model - modelType
- Type: SystemType
Model type to bind to
Return Value
Type:
ObjectBound model
See Also