XmlReaderSettings.XmlResolver Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Sets the XmlResolver used to access external documents.
Assembly: System.Xml (in System.Xml.dll)
Property Value
Type: System.Xml.XmlResolverAn XmlResolver used to access external documents. If set to null, an XmlException is thrown when the XmlReader tries to access an external resource.
Show: