Acrux Html Parser Documentation
NamespaceURI Property
NamespacesAcrux.HtmlHtmlNodeNamespaceURI
Gets the namespace URI of the node.

Standard HTML nodes will always have the default namespace to simplify XPath queries even if an xmlns is explicitely specified in XHTML documents.
For all non-standard HTML 4.01 elements that define an xmlns, NamespaceURI will return the namespace URI.
Declaration Syntax
C#Visual BasicVisual C++
public string NamespaceURI { get; }
Public ReadOnly Property NamespaceURI As String
public:
property String^ NamespaceURI {
	String^ get ();
}

Assembly: Acrux.Html (Module: Acrux.Html) Version: 1.0.0.0 (1.0.0.215)