28 writes to Title
Aspire.Dashboard (12)
Components\Controls\Chart\MetricTable.razor.cs (1)
110Title = DialogsLoc[nameof(Dashboard.Resources.Dialogs.ExemplarsDialogTitle)],
Components\Dialogs\GenAIVisualizerDialog.razor.cs (1)
395Title = title,
Components\Dialogs\SettingsDialog.razor.cs (1)
96Title = Loc[nameof(Dashboard.Resources.Dialogs.ManageDataDialogTitle)],
Components\Dialogs\TextVisualizerDialog.razor.cs (1)
137Title = options.ValueDescription,
Components\Interactions\InteractionsProvider.cs (2)
164dialogParameters.Title = WebUtility.HtmlEncode(item.Title); 562Title = interaction.Title
Components\Layout\AspirePageContentLayout.razor.cs (1)
91Title = MobileToolbarButtonText ?? ControlsStringsLoc[nameof(ControlsStrings.ChartContainerFiltersHeader)],
Components\Layout\MainLayout.razor.cs (4)
328Title = Loc[nameof(Resources.Layout.MainLayoutAspireDashboardHelpLink)], 386Title = Loc[nameof(Resources.Layout.MainLayoutLaunchAIAgents)], 411Title = Loc[nameof(Resources.Layout.MainLayoutSettingsDialogTitle)], 436Title = Loc[nameof(Resources.Layout.MainLayoutNotificationCenterTitle)],
Utils\FilterHelpers.cs (1)
110Title = title,
Aspire.Dashboard.Components.Tests (16)
Dialogs\InteractionsInputDialogTests.cs (16)
63await dialogService.ShowDialogAsync<InteractionsInputDialog>(viewModel, new DialogParameters { Title = "Inputs" }); 125await dialogService.ShowDialogAsync<InteractionsInputDialog>(viewModel, new DialogParameters { Title = "Artifact" }); 195await dialogService.ShowDialogAsync<InteractionsInputDialog>(viewModel, new DialogParameters { Title = "Required inputs" }); 250await dialogService.ShowDialogAsync<InteractionsInputDialog>(viewModel, new DialogParameters { Title = "Required input" }); 320Title = "Upload" 339Title = "Credentials" 381await dialogService.ShowDialogAsync<InteractionsInputDialog>(viewModel, new DialogParameters { Title = "Input state" }); 420Title = "Credentials", 455Title = "Choose a color" 484await dialogService.ShowDialogAsync<InteractionsInputDialog>(viewModel, new DialogParameters { Title = "Choose a color" }); 510await dialogService.ShowDialogAsync<InteractionsInputDialog>(viewModel, new DialogParameters { Title = "Choose a color" }); 536await dialogService.ShowDialogAsync<InteractionsInputDialog>(viewModel, new DialogParameters { Title = "Choose a color" }); 582await dialogService.ShowDialogAsync<InteractionsInputDialog>(viewModel, new DialogParameters { Title = "Choose a color" }); 609Title = "Choose a color" 631Title = "Choose a color" 669Title = "Upload"
2 references to Title
Aspire.Dashboard (1)
Model\DashboardDialogService.cs (1)
165options.Header.Title = parameters.Title;
Aspire.Dashboard.Components.Tests (1)
Interactions\InteractionsProviderTests.cs (1)
185Assert.Equal("Confirm &lt;script&gt;alert(&#39;title&#39;)&lt;/script&gt;", dialogParameters!.Title);