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