IFieldNameConverter Interface |
Version 67.0.0
Provides the capability to supply a convention to
convert form field names to property names if required.
Namespace:
CefSharp.ModelBinding
Assembly:
CefSharp (in CefSharp.dll) Version: 67.0.0.0 (67.0.0.0)
Syntax public interface IFieldNameConverter
public interface class IFieldNameConverter
The IFieldNameConverter type exposes the following members.
Methods
| Name | Description |
---|
| Convert |
Converts a field name to a property name
|
TopSee Also