Click or drag to resize

BindingOptions Properties

Version 83.4.2

The BindingOptions type exposes the following members.

Properties
  NameDescription
Public propertyBinder
Model binder used for passing complex classes as params to methods
Public propertyCamelCaseJavascriptNames
Camel case the javascript names of properties/methods, defaults to true If NameConverter is not null then this property will be ignored.
Public propertyStatic memberDefaultBinder
Set of options with the default binding
Public propertyMethodInterceptor
Interceptor used for intercepting calls to the target object methods. For instance, can be used for logging calls (from js) to .net methods.
Public propertyNameConverter
Converter used to translate .Net property/method names to javascript names
Top
See Also