4 references to ShowAsync
Aspire.Dashboard (4)
Model\DashboardDialogService.cs (4)
44return ShowAsync<TDialog>(content, parameters, drawer: false); 57return ShowAsync<TDialog>(content: null, parameters, drawer: false); 71return ShowAsync<TDialog>(content, parameters, drawer: true); 84return ShowAsync<TDialog>(content: null, parameters, drawer: true);