Table of Contents

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

string

Checkbox

A checkbox.

public static readonly string Checkbox

Field Value

string

Color

A color picker input field.

public static readonly string Color

Field Value

string

Date

A date input field.

public static readonly string Date

Field Value

string

Datetime

A datetime input field.

public static readonly string Datetime

Field Value

string

DatetimeLocal

A datetime-local input field.

public static readonly string DatetimeLocal

Field Value

string

Email

An email input field.

public static readonly string Email

Field Value

string

File

A file upload box.

public static readonly string File

Field Value

string

Hidden

The input will be hidden.

public static readonly string Hidden

Field Value

string

Image

An image input box.

public static readonly string Image

Field Value

string

Month

A month picker input field.

public static readonly string Month

Field Value

string

Number

A number input field.

public static readonly string Number

Field Value

string

Password

A password input field.

public static readonly string Password

Field Value

string

Radio

A radio box.

public static readonly string Radio

Field Value

string

Range

A range picker.

public static readonly string Range

Field Value

string

Reset

A reset form button.

public static readonly string Reset

Field Value

string

A search input.

public static readonly string Search

Field Value

string

SelectMultiple

A select-multiple select box.

public static readonly string SelectMultiple

Field Value

string

SelectOne

A select-one select box.

public static readonly string SelectOne

Field Value

string

Submit

A submit button.

public static readonly string Submit

Field Value

string

Tel

A telephone number input.

public static readonly string Tel

Field Value

string

Text

A standard (1-line) text input.

public static readonly string Text

Field Value

string

Time

A time picker input field.

public static readonly string Time

Field Value

string

Url

An URL input field.

public static readonly string Url

Field Value

string

Week

A week picker input field.

public static readonly string Week

Field Value

string