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