Implemented interface member:
13 references to Content
Aspire.Dashboard (13)
Components\Dialogs\InteractionsInputDialog.razor.cs (11)
39_editContext = new EditContext(Content); 51if (_content != Content) 53_content = Content; 54_inputDialogInputViewModels = Content.Inputs.Select(input => new InputViewModel(input)).ToList(); 67Content.OnInteractionUpdated = async () => 107for (var i = 0; i < Content.Inputs.Count; i++) 109var inputModel = Content.Inputs[i]; 151_ = Content.OnSubmitCallback(Content.Interaction, true); 185await Content.OnSubmitCallback(Content.Interaction, false);
Components_Dialogs_InteractionsInputDialog_razor.g.cs (2)
331if (!string.IsNullOrEmpty(Content.Message)) 343__builder2.AddContent(17, (MarkupString)Content.Message