UltimateSpell Class Library

Speller.IgnoreHtmlTags Property

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

[Visual Basic]
Public Property IgnoreHtmlTags As Boolean
[C#]
public 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

Speller Class | Karamasoft.WebControls.UltimateSpell Namespace