IFormValueMapper 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将表单数据值映射到模型。
public interface IFormValueMapper
type IFormValueMapper = interface
Public Interface IFormValueMapper
方法
CanMap(Type, String, String) |
确定是否可以映射指定的值类型。 |
Map(FormValueMappingContext) |
将具有指定名称的窗体值映射到指定类型的值。 |