1 reference to ToImageFile
Microsoft.AspNetCore.Components.Web (1)
Forms\InputFile.cs (1)
77var imageFile = await JSRuntime.InvokeAsync<BrowserFile>(InputFileInterop.ToImageFile, _inputFileElement, file.Id, format, maxWidth, maxHeight);