Click or drag to resize

IBinder Interface

Version 102.0.100
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 IDictionaryTKey, TValue and arrays/lists as IListT See DefaultBinder for the default implementation.

Namespace:  CefSharp.ModelBinding
Assembly:  CefSharp (in CefSharp.dll) Version: 102.0.100.0 (102.0.100.0)
Syntax
public interface IBinder

The IBinder type exposes the following members.

Methods
  NameDescription
Public methodBind
Bind to the given model type, can also be used for type conversion e.g. int to uint
Top
Remarks
A model binder can be specified in Binder and passed into Register(String, Object, Boolean, BindingOptions)
See Also