1 write to _options
Microsoft.AspNetCore.Components.Endpoints (1)
FormMapping\HttpContextFormValueMapper.cs (1)
28_options = options.Value._formMappingOptions;
2 references to _options
Microsoft.AspNetCore.Components.Endpoints (2)
FormMapping\HttpContextFormValueMapper.cs (2)
46return _options.ResolveConverter(valueType) is not null; 89deserializer.Deserialize(context, _options, _formData.Entries, _formData.FormFiles);