c# how to read xml attributes with xelement c# how to read xml attributes with xelement xml xml

c# how to read xml attributes with xelement


Use Attribute method

yourxElement.Attribute("url").Value;