Implemented interface member:
method
PromptInputAsync
Aspire.Hosting.IInteractionService.PromptInputAsync(System.String, System.String, Aspire.Hosting.InteractionInput, Aspire.Hosting.InputsDialogInteractionOptions, System.Threading.CancellationToken)
2 references to PromptInputAsync
Aspire.Hosting (1)
InteractionService.cs (1)
76
return await
PromptInputAsync
(title, message, new InteractionInput { InputType = InputType.Text, Label = inputLabel, Required = true, Placeholder = placeHolder }, options, cancellationToken).ConfigureAwait(false);
Aspire.Hosting.Tests (1)
Dashboard\DashboardServiceTests.cs (1)
315
var resultTask = interactionService.
PromptInputAsync
(