System.Xml.Linq.XName
Represents a name of an XML element or attribute.
Gets the local (unqualified) part of the name.
Gets the namespace part of the fully qualified name.
Returns the URI of the XNamespace for this XName.
Gets an XName object from an expanded name.
Gets an XName object from a local name and a namespace.
Returns a value indicating whether two instances of XName are equal.
Converts a string formatted as an expanded XML name (that is,{namespace}localname) to an XName object.
Returns a value indicating whether two instances of XName are not equal.