HTMLOptionElement.Value

HTMLOptionElement.Value property

The current form control value. See the value attribute definition in HTML 4.01.

public string Value { get; set; }

See Also