Keyoti RapidSpell Web .NET Help Docs
IgnoreXML Property
API DocumentationKeyoti.RapidSpellRapidSpellWInlineIgnoreXML
Keyoti RapidSpell Web .NET
Whether to ignore XML/HTML tags, false by default.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual 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
Property Value
Boolean
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 &lt; and the sign for greater than is &gt;" anyway, which would be fine.

Assembly: Keyoti.RapidSpellWeb (Module: Keyoti.RapidSpellWeb.dll) Version: 6.4.25.331