CefSharp.ModelBinding Namespace |
[Missing <summary> documentation for "N:CefSharp.ModelBinding"]
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.
|