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