Input.value
string value() constGets the input's text value.
Returns
Current text content
void value(string text)Sets the input's text value.
Parameters
text | New text content |
string value() constGets the input's text value.
void value(string text)Sets the input's text value.
text | New text content |