InputHtmlFormControlType Enumeration |
Indicates the type of HTML control.
Namespace:
NScrape.Forms
Assembly:
NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax public enum InputHtmlFormControlType
Public Enumeration InputHtmlFormControlType
public enum class InputHtmlFormControlType
type InputHtmlFormControlType
Members
| Member name | Value | Description |
---|
| Button | 0 |
Client-side button.
|
| CheckBox | 1 |
Checkbox.
|
| File | 2 |
File selection control.
|
| Hidden | 3 |
Hidden text field.
|
| Image | 4 |
Image.
|
| Password | 5 |
Password text field.
|
| Radio | 6 |
Radio button.
|
| Reset | 7 |
Form reset button.
|
| Submit | 8 |
Form submission button.
|
| Text | 9 |
Text input field.
|
| Color | 10 |
Color.
|
| Date | 11 |
Date.
|
| DateTime | 12 |
Date/time.
|
| DateTimeLocal | 13 |
Local date/time (no time zone information).
|
| Email | 14 |
Email address.
|
| Month | 15 |
Month.
|
| Number | 16 |
Number.
|
| Range | 17 |
Range of values.
|
| Search | 18 |
Search box.
|
| Tel | 19 |
Telephone number.
|
| Time | 20 |
Time.
|
| Url | 21 |
URL.
|
| Week | 22 |
Week.
|
| Unknown | 23 |
Unknown control type.
|
See Also