 | MiscGetXMLDocument Method |
Open a remote XML file with HttpWebRequest
Namespace: ToolBooxAssembly: ToolBoox (in ToolBoox.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic static XmlDocument GetXMLDocument(
string requestUriString
)
Public Shared Function GetXMLDocument (
requestUriString As String
) As XmlDocument
Parameters
- requestUriString
- Type: SystemString
File to open (es: http://localhost/WebSite/Controls.xml )
Return Value
Type:
XmlDocumentXML loaded document
See Also