System.Xml.XmlReader.LocalName Property

When overridden in a derived class, gets the local name of the current node.

Syntax

public abstract string LocalName { get; }

Value

A string containing the local name of the current node or, for node types that do not have a name (like Text, Comment , and so on), string.Empty.

Remarks

Operation
As described above.

Note to Inheritors
This property must be overridden in order to provide the functionality described above, as there is no default implementation.

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