The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
XmlNodeEventArgs::LocalName Property
.NET Framework (current version)
Gets the XML local name of the XML node being deserialized.
Assembly: System.Xml (in System.Xml.dll)
The LocalName property returns the local name (also known as a local part) of an XML qualified name. The LocalName property conforms to the 1999 http://www.w3.org specification Namespaces in XML.
The following example prints the LocalName of an unknown XML node that is encountered when calling the XmlSerializer class's Deserialize method.
.NET Framework
Available since 1.1
Available since 1.1
Show: