Click or drag to resize

INodeNodeName Property

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

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

Property Value

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