UltimateSpell Class Library

UltimateSpell.IgnoreHtmlTags Property

Gets or sets a value that indicates whether to ignore HTML tags.

[Visual Basic]
Overridable Public Property IgnoreHtmlTags As Boolean
[C#]
public virtual bool IgnoreHtmlTags {get; set;}

Property Value

true if HTML tags are ignored; otherwise, false. The default value is true.

Remarks

Use this property to ignore HTML tags.

See Also

UltimateSpell Class | Karamasoft.WebControls.UltimateSpell Namespace