Share via


IFormValueMapper.Map(FormValueMappingContext) Method

Definition

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

<param name="context">The FormValueMappingContext.</param>
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

Applies to