Skip to content
Docs Try Aspire

InputType

Enum net10.0
📦 Aspire.Hosting v13.1.2
Specifies the type of input for an InteractionInput.
namespace Aspire.Hosting;
public sealed enum InputType
Text = 0
A single-line text input.
SecretText = 1
A secure text input.
Choice = 2
A choice input. Selects from a list of options.
Boolean = 3
A boolean input.
Number = 4
A numeric input.