XElement class is bottom-most in the class hierarchy in XLinq, it is the fundamental class.
As the name suggests, it represents an XML element and allows you to perform the following operations:
- Create elements with a specified element name
- Change the element's contents
- Add, change, or delete child elements
- Add attributes to the element
- Save the element as an XML fragment
- Extract the contents in text form.
No comments:
Post a Comment