共用方式為


IFormValueMapper 介面

定義

將表單資料值對應至模型。

public interface IFormValueMapper
type IFormValueMapper = interface
Public Interface IFormValueMapper

方法

CanMap(Type, String, String)

判斷是否可以對應指定的實值型別。

Map(FormValueMappingContext)

將具有指定名稱的表單值對應至指定型別的值。

適用於