System::Xml::XmlTextReader::get_EntityHandling method

XmlTextReader::get_EntityHandling method

Returns a value that specifies how the reader handles entities.

System::Xml::EntityHandling System::Xml::XmlTextReader::get_EntityHandling()

ReturnValue

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

See Also