HTMLSelectElement public class HTMLSelectElement : HTMLElement Documentation Code public const string Tag = "select" public bool Disabled { get; set; } public string Name { get; set; } public bool Required { get; set; } public HTMLSelectElement()