HTMLSelectElement.Value

HTMLSelectElement.Value property

The current form control value (i.e. the value of the currently selected option), if multiple options are selected this is the value of the first selected option.

public string Value { get; set; }

See Also