IgnoreHtmlTags Property

UltimateSpell

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets a value that indicates whether to ignore HTML tags.

Namespace: Karamasoft.WebControls.UltimateSpell
Assembly: UltimateSpell (in UltimateSpell.dll) Version: 3.7.4186.26738

Syntax

C#
public virtual bool IgnoreHtmlTags { get; set; }
Visual Basic
Public Overridable Property IgnoreHtmlTags As Boolean
	Get
	Set
Visual C++
public:
virtual property bool IgnoreHtmlTags {
	bool get ();
	void set (bool value);
}

Field Value

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

Remarks

Use this property to ignore HTML tags.

See Also