Gets the value of this node, depending on its
NodeType.
Namespace:
DotNetBrowser.Dom
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.1
Syntaxstring NodeValue { get; set; }Property Value
Type:
StringThe value of the node.
Exceptions| Exception | Condition |
|---|
| ObjectDisposedException | The INode has already been disposed. |
See Also