Whether to ignore XML/HTML tags, false by default.

C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
[PersistenceModeAttribute(PersistenceMode.Attribute)] public bool IgnoreXML { get; set; }
[PersistenceModeAttribute(PersistenceMode.Attribute)] public bool IgnoreXML { get; set; }
<PersistenceModeAttribute(PersistenceMode.Attribute)> Public Property IgnoreXML As Boolean Get Set
<PersistenceModeAttribute(PersistenceMode.Attribute)> Public Property IgnoreXML As Boolean Get Set
public: [PersistenceModeAttribute(PersistenceMode::Attribute)] property bool IgnoreXML { bool get (); void set (bool value); }
public: [PersistenceModeAttribute(PersistenceMode::Attribute)] property bool IgnoreXML { bool get (); void set (bool value); }
[<PersistenceModeAttribute(PersistenceMode.Attribute)>] member IgnoreXML : bool with get, set
[<PersistenceModeAttribute(PersistenceMode.Attribute)>] member IgnoreXML : bool with get, set

Boolean

This identifies XML tags as anything in between < and > characters, there for it will cause undesirable effects in text such as "the sign for less than is < and the sign for greater than is >". Of course in HTML that should have been written as "the sign for less than is < and the sign for greater than is >" anyway, which would be fine.
Assembly: Keyoti.RapidSpellWeb (Module: Keyoti.RapidSpellWeb.dll) Version: 6.4.25.331