XmlResolver Property

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.

Namespace:  System.Xml
Assembly:  System.Xml (in System.Xml.dll)

public XmlResolver XmlResolver { set; }

Property Value

Type: System.Xml.XmlResolver
An XmlResolver used to access external documents. If set to null, an XmlException is thrown when the XmlReader tries to access an external resource.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft