A Sandcastle Documented Class Library |
HtmlNodeNavigator..::..NameTable Property |
HtmlNodeNavigator Class See Also Send Feedback |
Gets the XmlNameTable associated with this implementation.
Namespace: HtmlAgilityPack
Assembly: HtmlAgilityPack (in HtmlAgilityPack.dll) Version: 1.4.0.0 (1.4.0.0)
Syntax
C# |
---|
public override XmlNameTable NameTable { get; } |
Visual Basic |
---|
Public Overrides ReadOnly Property NameTable As XmlNameTable Get |
Visual C++ |
---|
public: virtual property XmlNameTable^ NameTable { XmlNameTable^ get () override; } |