13 references to Content
Aspire.Dashboard (13)
Components\Dialogs\InteractionsInputDialog.razor.cs (13)
48_editContext = new EditContext(Content); 60if (_content != Content) 62_content = Content; 63_inputDialogInputViewModels = Content.Inputs.Select(input => new InputViewModel(input)).ToList(); 76Content.OnInteractionUpdated = async () => 117for (var i = 0; i < Content.Inputs.Count; i++) 119var inputModel = Content.Inputs[i]; 169_ = Content.OnSubmitCallback(Content.Interaction, true); 203await Content.OnSubmitCallback(Content.Interaction, false); 243var fileId = await Content.DashboardClient.UploadFileAsync(stream, file.Name, file.Size, Content.Interaction.InteractionId, inputModel.Input.Name, _disposalCts.Token);