XmlReader.CanResolveEntity Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a value indicating whether this reader can parse and resolve entities.
Assembly: System.Xml (in System.Xml.dll)
Property Value
Type: System.Booleantrue if the reader can parse and resolve entities; otherwise, false.
This property always returns false for implementations of XmlReader that do not support DTD information. In this case, calling ResolveEntity throws an exception.
Show: