What is difference between XElement.Load() and XDocument.Load()?
Answer Posted / Aakash Agrawal
XElement.Load() loads an XML from a stream or file into an XElement instance, while XDocument.Load() loads the XML into an XDocument instance which includes the root element.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category