Version 91.1.160
Converts input params into complex .Net types (can also be used for type conversion).
This feature is similar in concept to ASP.NET MVC Model Binding.
Objects passed from javascript are represented as
IDictionary<TKey, TValue>
and arrays/lists as
IList<T>
See
DefaultBinder for the default implementation.
Namespace:
CefSharp.ModelBinding
Assembly:
CefSharp (in CefSharp.dll) Version: 91.1.160.0 (91.1.160.0)
Syntaxpublic interface class IBinder
The IBinder type exposes the following members.
Methods
| Name | Description |
---|
 | Bind |
Bind to the given model type, can also be used for type conversion e.g. int to uint
|
Top
Remarks
See Also