Share via


XmlTextReader.CanResolveEntity Property

Gets a value indicating whether this reader can parse and resolve entities.

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

Syntax

public virtual override bool CanResolveEntity { get; }

Property Value

true if the reader can parse and resolve entities; otherwise, false. The XmlTextReader class always returns true.

Version Information

Available in the .NET Micro Framework versions 2.5, 3.0, 4.0, 4.1, and 4.2.

See Also

Reference

XmlTextReader Class
XmlTextReader Members
System.Xml Namespace