Skip to content
DocsTry Aspire
DocsTry

InputType

Enumnet8.0
📦 Aspire.Hosting v13.4.0
Specifies the type of input for an InteractionInput.
namespace Aspire.Hosting;
public 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.