A Sandcastle Documented Class Library |
HtmlNode..::..NodeType Property |
HtmlNode Class See Also Send Feedback |
Gets the type of this node.
Namespace: HtmlAgilityPack
Assembly: HtmlAgilityPack (in HtmlAgilityPack.dll) Version: 1.4.0.0 (1.4.0.0)
Syntax
C# |
---|
public HtmlNodeType NodeType { get; internal set; } |
Visual Basic |
---|
Public Property NodeType As HtmlNodeType Get Friend Set |
Visual C++ |
---|
public: property HtmlNodeType NodeType { HtmlNodeType get (); internal: void set (HtmlNodeType value); } |