1 instantiation of FormValueMappingContext
Microsoft.AspNetCore.Components.Web (1)
Forms\Mapping\SupplyParameterFromFormValueProvider.cs (1)
83var context = new FormValueMappingContext(mappingContext.MappingScopeName, restrictToFormName, parameterInfo.PropertyType, parameterName)
10 references to FormValueMappingContext
Microsoft.AspNetCore.Components.Endpoints (3)
FormMapping\HttpContextFormValueMapper.cs (3)
79public void Map(FormValueMappingContext context) 101FormValueMappingContext context, 112FormValueMappingContext context,
Microsoft.AspNetCore.Components.Web (3)
Forms\Mapping\IFormValueMapper.cs (2)
22/// <param name="context">The <see cref="FormValueMappingContext"/>.</param> 24void Map(FormValueMappingContext context);
Forms\Mapping\SupplyParameterFromFormValueProvider.cs (1)
83var context = new FormValueMappingContext(mappingContext.MappingScopeName, restrictToFormName, parameterInfo.PropertyType, parameterName)
Microsoft.AspNetCore.Components.Web.Tests (4)
Forms\EditFormTest.cs (1)
277public void Map(FormValueMappingContext context) { }
Forms\Mapping\FormMappingScopeTest.cs (1)
150public void Map(FormValueMappingContext context) { }
Forms\Mapping\SupplyParameterFromFormTest.cs (1)
83public void Map(FormValueMappingContext context) { }
HtmlRendering\HtmlRendererTest.cs (1)
1390public void Map(FormValueMappingContext context)