IFormValueMapper.Map(FormValueMappingContext) Method
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 the form value with the specified name to a value of the specified type.
public void Map (Microsoft.AspNetCore.Components.Forms.Mapping.FormValueMappingContext context);
abstract member Map : Microsoft.AspNetCore.Components.Forms.Mapping.FormValueMappingContext -> unit
Public Sub Map (context As FormValueMappingContext)
Parameters
- context
- FormValueMappingContext