Mono Class Library: System.Xml.XmlNode Overview | Members

System.Xml.XmlNode.LocalName Property

The local name of the node. [Edit]

public abstract string LocalName { get; }

Value

The local name of the node. For nodes with qualified names, the local name is the portion of the name after the colon. [Edit]

Remarks

The local name of the node is the name of the node when its XmlNode.NamespaceURI is disregarded. [Edit]

Requirements

Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0