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
- class HTMLSelectElement
- package com.aspose.html
- package Aspose.HTML