Class InputTypeNames
- Namespace
- AngleSharp.Html
- Assembly
- AngleSharp.dll
The collection of (known / used) input type names.
public static class InputTypeNames
- Inheritance
-
InputTypeNames
- Inherited Members
Fields
Button
A simple button.
public static readonly string Button
Field Value
Checkbox
A checkbox.
public static readonly string Checkbox
Field Value
Color
A color picker input field.
public static readonly string Color
Field Value
Date
A date input field.
public static readonly string Date
Field Value
Datetime
A datetime input field.
public static readonly string Datetime
Field Value
DatetimeLocal
A datetime-local input field.
public static readonly string DatetimeLocal
Field Value
An email input field.
public static readonly string Email
Field Value
File
A file upload box.
public static readonly string File
Field Value
Hidden
The input will be hidden.
public static readonly string Hidden
Field Value
Image
An image input box.
public static readonly string Image
Field Value
Month
A month picker input field.
public static readonly string Month
Field Value
Number
A number input field.
public static readonly string Number
Field Value
Password
A password input field.
public static readonly string Password
Field Value
Radio
A radio box.
public static readonly string Radio
Field Value
Range
A range picker.
public static readonly string Range
Field Value
Reset
A reset form button.
public static readonly string Reset
Field Value
Search
A search input.
public static readonly string Search
Field Value
SelectMultiple
A select-multiple select box.
public static readonly string SelectMultiple
Field Value
SelectOne
A select-one select box.
public static readonly string SelectOne
Field Value
Submit
A submit button.
public static readonly string Submit
Field Value
Tel
A telephone number input.
public static readonly string Tel
Field Value
Text
A standard (1-line) text input.
public static readonly string Text
Field Value
Time
A time picker input field.
public static readonly string Time
Field Value
Url
An URL input field.
public static readonly string Url
Field Value
Week
A week picker input field.
public static readonly string Week