Implemented interface member:
method
CreateConverter
Microsoft.AspNetCore.Components.Endpoints.FormMapping.IFormDataConverterFactory.CreateConverter(System.Type, Microsoft.AspNetCore.Components.Endpoints.FormMapping.FormDataMapperOptions)
1 reference to CreateConverter
Microsoft.AspNetCore.Http.Extensions (1)
src\Components\Endpoints\src\FormMapping\Factories\Collections\TypedCollectionConverterFactory.cs (1)
165=> ConcreteTypeCollectionConverterFactory<TCollection, TElement>.Instance.CreateConverter(typeof(TCollection), options),