XmlDocument.Load Method
.NET Framework 4.5
Loads the specified XML data from a Stream, a URL, a TextReader, or an XmlReader.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Load(Stream) | Loads the XML document from the specified stream. |
|
Load(String) | Loads the XML document from the specified URL. |
|
Load(TextReader) | Loads the XML document from the specified TextReader. |
|
Load(XmlReader) | Loads the XML document from the specified XmlReader. |