CefSharp.ModelBinding Namespace |
Class | Description | |
---|---|---|
![]() | BindingContext |
Model binding context object
|
![]() | BindingMemberInfo |
Represents a bindable member of a type, which can be a property or a field.
|
![]() | DefaultBinder |
Default binder - used as a fallback when a specific modelbinder
is not available.
|
![]() | DefaultFieldNameConverter |
Default field name converter
Converts camel case to pascal case
|
Interface | Description | |
---|---|---|
![]() | IBinder |
Binds incoming request data to a model type
|
![]() | IFieldNameConverter |
Provides the capability to supply a convention to
convert form field names to property names if required.
|
![]() | IMethodInterceptor |
Provides the capability intercept Net method calls made from javascript as part of the
JavascriptBinding (JSB) implementation. One example use case is logging method calls.
|