Click or drag to resize

DefaultBinder Class

Version 130.1.90
Default binder - used as a fallback when a specific modelbinder is not available.
Inheritance Hierarchy
SystemObject
  CefSharp.ModelBindingDefaultBinder

Namespace: CefSharp.ModelBinding
Assembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax
public class DefaultBinder : IBinder

The DefaultBinder type exposes the following members.

Constructors
 NameDescription
Public methodDefaultBinder Javascript Binder
Top
Methods
 NameDescription
Public methodBind Bind to the given model type
Protected methodBindCollection Bind collection.
Protected methodBindObject Bind object.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Fields
 NameDescription
Public fieldStatic memberInstance Static Instance of this binding that can be reused as it doesn't store any state information. Uses the CamelCaseJavascriptNameConverter naming converter
Top
See Also