3 references to Text
Aspire.Hosting (2)
ApplicationModel\InteractionService.cs (1)
105
return await PromptInputAsync(title, message, new InteractionInput { InputType = InputType.
Text
, Label = inputLabel, Required = true, Placeholder = placeHolder }, options, cancellationToken).ConfigureAwait(false);
Dashboard\DashboardService.cs (1)
195
case ApplicationModel.InputType.
Text
:
Stress.AppHost (1)
Program.cs (1)
193
new InteractionInput { InputType = InputType.
Text
, Label = "Name", Placeholder = "Enter name", Required = true },