3 references to InputFileInterop
Microsoft.AspNetCore.Components.Web (3)
Forms\InputFile.cs (2)
53await JSRuntime.InvokeVoidAsync(InputFileInterop.Init, _jsCallbacksRelay.DotNetReference, _inputFileElement); 77var imageFile = await JSRuntime.InvokeAsync<BrowserFile>(InputFileInterop.ToImageFile, _inputFileElement, file.Id, format, maxWidth, maxHeight);
Forms\InputFile\BrowserFileStream.cs (1)
91InputFileInterop.ReadFileData,