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