1 reference to CanConvertCommon
Microsoft.AspNetCore.Components.Endpoints (1)
FormMapping\Factories\FileConverterFactory.cs (1)
17public bool CanConvert(Type type, FormDataMapperOptions options) => CanConvertCommon(type) || type == typeof(IBrowserFile) || type == typeof(IReadOnlyList<IBrowserFile>);