Implemented interface member:
13 references to Content
Aspire.Dashboard (13)
Components\Dialogs\InteractionsInputDialog.razor.cs (11)
46_editContext = new EditContext(Content); 58if (_content != Content) 60_content = Content; 61_inputDialogInputViewModels = Content.Inputs.Select(input => new InputViewModel(input)).ToList(); 74Content.OnInteractionUpdated = async () => 114for (var i = 0; i < Content.Inputs.Count; i++) 116var inputModel = Content.Inputs[i]; 158_ = Content.OnSubmitCallback(Content.Interaction, true); 192await Content.OnSubmitCallback(Content.Interaction, false);
Components_Dialogs_InteractionsInputDialog_razor.g.cs (2)
337if (!string.IsNullOrEmpty(Content.Message)) 349__builder2.AddContent(17, (MarkupString)Content.Message