Enum InputType
Namespace: Goui.Html
Assembly: Goui.dll
Syntax
[JsonConverter(typeof(StringEnumConverter))]
public enum InputType
Fields
| Name | Description |
|---|---|
| Button | |
| Checkbox | |
| Color | |
| Date | |
| Datetime | |
| DatetimeLocal | |
| File | |
| Hidden | |
| Image | |
| Month | |
| Number | |
| Password | |
| Radio | |
| Range | |
| Reset | |
| Search | |
| Submit | |
| Tel | |
| Text | |
| Time | |
| Url | |
| Week |