System::Xml::XmlValidatingReader::get_EntityHandling method

XmlValidatingReader::get_EntityHandling method

Returns a value that specifies how the reader handles entities.

System::Xml::EntityHandling System::Xml::XmlValidatingReader::get_EntityHandling()

ReturnValue

One of the EntityHandling values. If no EntityHandling is specified, it defaults to EntityHandling::ExpandEntities.

See Also