6 writes to UseCustomFooter
Aspire.Dashboard (2)
Components\Interactions\InteractionsProvider.cs (1)
557
UseCustomFooter
= true,
Model\TraceLinkHelpers.cs (1)
56
UseCustomFooter
= true
Aspire.Dashboard.Components.Tests (4)
Dialogs\InteractionMessageBoxDialogTests.cs (3)
37
UseCustomFooter
= true
65
UseCustomFooter
= true
86
new DialogParameters {
UseCustomFooter
= true });
Dialogs\InteractionsInputDialogTests.cs (1)
423
UseCustomFooter
= true
2 references to UseCustomFooter
Aspire.Dashboard (2)
Model\DashboardDialogService.cs (2)
173
options.Footer.PrimaryAction.Visible = !parameters.
UseCustomFooter
&& !string.IsNullOrEmpty(parameters.PrimaryAction);
178
options.Footer.SecondaryAction.Visible = !parameters.
UseCustomFooter
&& !string.IsNullOrEmpty(parameters.SecondaryAction);