Property Value
- Namespace
- DotNetBrowser.Dom
- Assembly
- DotNetBrowser.dll
Value
Gets or sets the form control value.
string Value { get; set; }
Property Value
- string
The form control value.
Exceptions
- ObjectDisposedException
The IFormControlElement has already been disposed.
- ArgumentException
The
value
is null.