Click or drag to resize

XmlExtensions Class

Extension methods for System.Xml.Linq objects.
Inheritance Hierarchy
SystemObject
  TomsToolbox.EssentialsXmlExtensions

Namespace:  TomsToolbox.Essentials
Assembly:  TomsToolbox.Essentials (in TomsToolbox.Essentials.dll)
Syntax
public static class XmlExtensions
Methods
  NameDescription
Public methodStatic memberGetAttribute(XElement, String, String)
Gets the attribute value of an XML element.
Public methodStatic memberGetAttribute(XElement, XName, String)
Gets the attribute value of an XML element.
Top
See Also