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