XDocument.Load Method (TextReader)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Creates a new XDocument from a TextReader.
Assembly: System.Xml.Linq (in System.Xml.Linq.dll)
Parameters
- textReader
- Type: System.IO.TextReader
A TextReader that contains the content for the XDocument.
Return Value
Type: System.Xml.Linq.XDocumentAn XDocument that contains the contents of the specified TextReader.
If you want to control load options, use the Load overload that takes LoadOptions as a parameter.
Show: