Whether to ignore XML/HTML tags, false by default.
Declaration Syntax
C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
public bool IgnoreXML { get; set; }
public bool IgnoreXML { get; set; }
Public Property IgnoreXML As Boolean Get Set
Public Property IgnoreXML As Boolean Get Set
public: property bool IgnoreXML { bool get (); void set (bool value); }
public: property bool IgnoreXML { bool get (); void set (bool value); }
member IgnoreXML : bool with get, set
member IgnoreXML : bool with get, set
Property Value
Remarks
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.RapidSpell.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412