BindingOptions Properties |
The BindingOptions type exposes the following members.
Name | Description | |
---|---|---|
Binder |
Model binder used for passing complex classes as params to methods
| |
DefaultBinder |
Set of options with the default binding
| |
MethodInterceptor |
Interceptor used for intercepting calls to the target object methods. For instance, can be used
for logging calls (from js) to .net methods.
| |
PropertyInterceptor |
Interceptor used for intercepting get/set calls to the target object property. For instance, can be used
for logging calls to .net property (from js)
|