IFormValueMapper Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |