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