HTMLSelectElement.Value

HTMLSelectElement.Value property

当前表单控件值(即当前 所选选项的值),如果选择了多个选项,则这是第一个所选选项的值 。

public string Value { get; set; }

也可以看看