다음을 통해 공유


IFormValueMapper 인터페이스

정의

양식 데이터 값을 모델에 매핑합니다.

public interface IFormValueMapper
type IFormValueMapper = interface
Public Interface IFormValueMapper

메서드

CanMap(Type, String, String)

지정된 값 형식을 매핑할 수 있는지 여부를 결정합니다.

Map(FormValueMappingContext)

지정된 이름의 양식 값을 지정된 형식의 값에 매핑합니다.

적용 대상