Skip to content
DocsTry Aspire
DocsTry

InputType

Enum
📦 Aspire.Hosting v13.4.0
enum InputType {
Text = 0,
SecretText = 1,
Choice = 2,
Boolean = 3,
Number = 4,
}

Values

Text0
SecretText1
Choice2
Boolean3
Number4