IFormValueMapper 接口

定义

将表单数据值映射到模型。

public interface IFormValueMapper
type IFormValueMapper = interface
Public Interface IFormValueMapper

方法

CanMap(Type, String, String)

确定是否可以映射指定的值类型。

Map(FormValueMappingContext)

将具有指定名称的窗体值映射到指定类型的值。

适用于