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