次の方法で共有


IFormValueMapper インターフェイス

定義

フォーム データ値をモデルにマップします。

public interface IFormValueMapper
type IFormValueMapper = interface
Public Interface IFormValueMapper

メソッド

CanMap(Type, String, String)

指定した値の型をマップできるかどうかを判断します。

Map(FormValueMappingContext)

指定した名前のフォーム値を、指定した型の値にマップします。

適用対象