InputType
Enumnet10.0
Specifies the type of input for an
InteractionInput. namespace Aspire.Hosting;
public enum InputTypeEnum Members
Section titled Enum MembersTextA single-line text input.
SecretTextA secure text input.
ChoiceA choice input. Selects from a list of options.
BooleanA boolean input.
NumberA numeric input.
FileA file input. Allows the user to select a file using the OS/browser file picker.