OptionsSpellingBase.IgnoreUrls Property
OBSOLETE
This property has become obsolete. Use the IgnoreUri property instead.
Gets or sets whether the spell checker ignores the URLs in text.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v24.1.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
Declaration
[Obsolete("This property has become obsolete. Use the IgnoreUri property instead.")]
[XtraSerializableProperty]
public virtual DefaultBoolean IgnoreUrls { get; set; }
Property Value
Type | Description |
---|---|
DefaultBoolean | A DefaultBoolean enumeration value specifying whether the words which are URLs should be checked. When the IgnoreUrls property is set to DefaultBoolean.True or DefaultBoolean.Default, the spell checker skips URL strings in text. |
Available values:
Name | Description | Return Value |
---|---|---|
True | The value is true. |
|
False | The value is false. |
|
Default | The value is specified by a global option or a higher-level object. |
|
Property Paths
You can access this nested property as listed below:
Object Type | Path to IgnoreUrls |
---|---|
SpellCheckerBase |
|
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 spelling check.