Version

AllowXml Property

Gets/Sets whether to Allow XML/HTML tags, false by default.
Syntax
'Declaration
 
Public Property AllowXml As Boolean
public bool AllowXml {get; set;}
Remarks
This identifies XML tags as anything in between < and > characters. Therefore it will cause undesirable effects in text such as &quot; the sign for less than is < and the sign for greater than is > &quot;. Of course in HTML that should have been written as &quot; the sign for less than is &lt; and the sign for greater than is &gt; &quot;; anyway, which would be fine.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also