3 references to FormDataMapperOptions
Microsoft.AspNetCore.Components.Endpoints (2)
DependencyInjection\DefaultRazorComponentsServiceOptionsConfiguration.cs (1)
28
options._formMappingOptions = new
FormDataMapperOptions
(loggerFactory)
FormMapping\FormDataMapperOptions.cs (1)
19
public FormDataMapperOptions() :
this
(NullLoggerFactory.Instance)
Microsoft.AspNetCore.Components.Endpoints.Tests (1)
Binding\FormDataMetadataFactoryTests.cs (1)
600
var options = new
FormDataMapperOptions
(new TestLoggerFactory(sink, enabled: true));