A Sandcastle Documented Class Library |
HtmlNodeNavigator..::..NodeType Property |
HtmlNodeNavigator Class See Also Send Feedback |
Gets the type of the current node.
Namespace: HtmlAgilityPack
Assembly: HtmlAgilityPack (in HtmlAgilityPack.dll) Version: 1.4.0.0 (1.4.0.0)
Syntax
C# |
---|
public override XPathNodeType NodeType { get; } |
Visual Basic |
---|
Public Overrides ReadOnly Property NodeType As XPathNodeType Get |
Visual C++ |
---|
public: virtual property XPathNodeType NodeType { XPathNodeType get () override; } |