2 references to GetMultipleFiles
Aspire.Dashboard (1)
Components\Dialogs\InteractionsInputDialog.razor.cs (1)
232foreach (var file in args.GetMultipleFiles(InteractionHelpers.MaxFileCount))
Microsoft.AspNetCore.Components.Web (1)
Forms\InputFile\InputFileChangeEventArgs.cs (1)
29/// reading this property, you should call <see cref="GetMultipleFiles(int)"/>.