Node.NamespaceURI

Node.NamespaceURI property

Returns the namespace URI of the element, or null if the element is not in a namespace.

public virtual string NamespaceURI { get; }

Property Value

A string representing the namespace URI of the element’s qualified name.

Remarks

Reference:

DOM Standard.

See Also