Specifies flags that determine whether words should be ignored during spell-checking.
Namespace:
C1.Web.EditorAssembly: C1.Web.Editor.2 (in C1.Web.Editor.2.dll)
Syntax
| C# |
|---|
[FlagsAttribute] public enum IgnoreOptions |
| Visual Basic (Declaration) |
|---|
<FlagsAttribute> _ Public Enumeration IgnoreOptions |
Members
| Member name | Description | |
|---|---|---|
| None | ||
| Numbers | ||
| UpperCase | ||
| MixedCase | ||
| Urls | ||
| HtmlTags | ||
| Default | ||
| All |