Gets or sets a value that specifies how the XmlReader handles entities.
[Visual Basic] Overridable Public Property EntityHandling As EntityHandling [C#] public EntityHandling EntityHandling {override get; override set;} [C++] public: __property virtual EntityHandling get_EntityHandling(); public: __property virtual void set_EntityHandling(EntityHandling); [JScript] public function get EntityHandling() : EntityHandling; public function set EntityHandling(EntityHandling);
One of the EntityHandling values.
Exception Type | Condition |
---|---|
IndexOutOfRangeException | Invalid value was specified. |
This property can be changed on the fly and the new behavior begins after the next Read call.
XmlTextReader Class | XmlTextReader Members | System.NewXml Namespace