NamespaceURI Property

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image
Gets the namespace URI (as defined in the W3C Namespace Specification) of the current node. Always returns string.Empty in the case of HtmlNavigator implementation.

Namespace: HtmlAgilityPack
Assembly: HtmlAgilityPack (in HtmlAgilityPack.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public override string NamespaceURI { get; }
Visual Basic
Public Overrides ReadOnly Property NamespaceURI As String
	Get
Visual C++
public:
virtual property String^ NamespaceURI {
	String^ get () override;
}

See Also