Click or drag to resize

DefaultBinder Class

Version 75.1.140
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: 75.1.140.0 (75.1.140.0)
Syntax
public class DefaultBinder : IBinder

The DefaultBinder type exposes the following members.

Constructors
  NameDescription
Public methodDefaultBinder
DefaultBinder constructor
Top
Properties
  NameDescription
Public propertyBlackListedPropertyNames
List of property names to be ignored
Top
Methods
  NameDescription
Public methodBind
Bind to the given model type
Protected methodBindValue
BindValue
Protected methodCreateBindingContext
CreateBindingContext - Can be overriden to change some binding context features
Protected methodCreateModel
Create model based on type
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodGetBindingMembers
Get binding members
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodGetValue(String, BindingContext)
Gets the value for the property name
Protected methodGetValue(BindingContext, Int32)
Gets the value based on the index, used to accessing objects in a collection.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also