HTMLSelectElement.Type

HTMLSelectElement.Type property

The type of this form control. This is the string “select-multiple” when the multiple attribute is true and the string “select-one” when false.

public string Type { get; }

See Also