Click or drag to resize
IFieldNameConverter Interface
Version 55.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: 55.0.0.0 (55.0.0.0)
Syntax
public interface IFieldNameConverter

The IFieldNameConverter type exposes the following members.

Methods
  NameDescription
Public methodConvert
Converts a field name to a property name
Top
See Also