OptionsSpellingBase.IgnoreUrls Property
In This Article
Gets or sets whether the spell checker ignores the URLs in text.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v14.2.Core.dll
#Declaration
[DefaultValue(DefaultBoolean.Default)]
[XtraSerializableProperty]
public virtual DefaultBoolean IgnoreUrls { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Default |
Default |
A Default |
#Property Paths
You can access the OptionsSpellingBase.IgnoreUrls property from the following objects:
Object Type | Path to Ignore |
---|---|
Spell |
|
Spell |
|
Spell |
|
#Remarks
A word that has one of the following prefixes: "http", "ftp", "https", "www" is presumed to be an Uniform Resource Locator (URL). With IgnoreUrls set to DefaultBoolean.True you can save time by ignoring URL addresses during a spell check.
#Implements
See Also