Node.NamespaceURI

Node.NamespaceURI property

The Element.namespaceURI read-only 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 - defines a platform-neutral model for events, aborting activities, and node trees.DOM Standard (DOM) # dom-node-lastchild.GitHub - repository hosts the DOM Standard.

See Also