9 references to Content
Aspire.Dashboard (9)
Components\Dialogs\TextVisualizerDialog.razor.cs (9)
29internal bool HasFixedFormat => Content.FixedFormat is not null; 44if (Content.ContainsSecret) 67if (Content.FixedFormat is not null) 69TextVisualizerViewModel = new TextVisualizerViewModel(Content.Text, indentText: true, Content.FixedFormat); 73TextVisualizerViewModel = new TextVisualizerViewModel(Content.Text, indentText: true); 95return !Content.ContainsSecret || ShowSecretsWarning is false; 125if (Content.DownloadFileName is not null) 127await JS.DownloadFileAsync(Content.DownloadFileName, TextVisualizerViewModel.FormattedText);