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)
18
public FormMappingContext MappingContext =>
_mappingContext
;
54
return
_mappingContext
;
60
return GetFormPostValue(valueMapper,
_mappingContext
, parameterInfo);