Share via


IFormValueMapper Interface

Definition

Maps form data values to a model.

public interface IFormValueMapper
type IFormValueMapper = interface
Public Interface IFormValueMapper

Methods

CanMap(Type, String, String)

Determines whether the specified value type can be mapped.

Map(FormValueMappingContext)

Maps the form value with the specified name to a value of the specified type.

Applies to