Skip to content
Docs Try Aspire
Docs Try

InputType

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

Values

Text 0
SecretText 1
Choice 2
Boolean 3
Number 4