Click or drag to resize

INodeNodeValue Property

Gets the value of this node, depending on its NodeType.

Namespace:  DotNetBrowser.Dom
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
string NodeValue { get; set; }

Property Value

Type: String
The value of the node.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe INode has already been disposed.
See Also