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