1 write to ConfirmationMessage
Aspire.Dashboard (1)
Model\ResourceViewModel.cs (1)
75ConfirmationMessage = confirmationMessage;
2 references to ConfirmationMessage
Aspire.Dashboard (2)
Components\Pages\Resources.razor.cs (2)
309if (!string.IsNullOrWhiteSpace(command.ConfirmationMessage)) 311var dialogReference = await DialogService.ShowConfirmationAsync(command.ConfirmationMessage);