AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="1.3.0" />

 InputTypeNames

public static class InputTypeNames
The collection of (known / used) input type names.
public static readonly string Button

A simple button.

public static readonly string Checkbox

A checkbox.

public static readonly string Color

A color picker input field.

public static readonly string Date

A date input field.

public static readonly string Datetime

A datetime input field.

public static readonly string DatetimeLocal

A datetime-local input field.

public static readonly string Email

An email input field.

public static readonly string File

A file upload box.

public static readonly string Hidden

The input will be hidden.

public static readonly string Image

An image input box.

public static readonly string Month

A month picker input field.

public static readonly string Number

A number input field.

public static readonly string Password

A password input field.

public static readonly string Radio

A radio box.

public static readonly string Range

A range picker.

public static readonly string Reset

A reset form button.

public static readonly string Search

A search input.

public static readonly string SelectMultiple

A select-multiple select box.

public static readonly string SelectOne

A select-one select box.

public static readonly string Submit

A submit button.

public static readonly string Tel

A telephone number input.

public static readonly string Text

A standard (1-line) text input.

public static readonly string Time

A time picker input field.

public static readonly string Url

An URL input field.

public static readonly string Week

A week picker input field.