bilderVomWunsch = _bildInfos!.Where(info => info.WunschId == wunschInfo.Id).ToList();
var result = await DialogService.OpenAsync(wunschInfo.Wunsch, ds =>
@
@foreach (var bild in bilderVomWunsch)
{
}
,
new DialogOptions() { CloseDialogOnOverlayClick = true, Width = "50%" });
}
[Inject]
private IWebHostEnvironment _environment { get; set; }
}