1 write to _mappingContext
Microsoft.AspNetCore.Components.Web (1)
Forms\Mapping\SupplyParameterFromFormValueProvider.cs (1)
23_mappingContext = new FormMappingContext(mappingScopeName);
3 references to _mappingContext
Microsoft.AspNetCore.Components.Web (3)
Forms\Mapping\SupplyParameterFromFormValueProvider.cs (3)
18public FormMappingContext MappingContext => _mappingContext; 54return _mappingContext; 60return GetFormPostValue(valueMapper, _mappingContext, parameterInfo);