System.Xml.XmlNode.LocalName Property

Gets the local name of the node, when overridden in a derived class.

Syntax

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.

Remarks

If the node does not have a prefix, LocalName is the same as XmlNode.Name.

Requirements

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