Back to Devexpress

OptionsSpellingBase.IgnoreUrls Property

corelibraries-devexpress-dot-xtraspellchecker-dot-optionsspellingbase-831667dc.md

latest2.9 KB
Original Source

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.v25.2.Core.dll

NuGet Package : DevExpress.SpellChecker.Core

Declaration

csharp
[DefaultValue(DefaultBoolean.Default)]
[Obsolete("This property has become obsolete. Use the IgnoreUri property instead.")]
public virtual DefaultBoolean IgnoreUrls { get; set; }
vb
<Obsolete("This property has become obsolete. Use the IgnoreUri property instead.")>
<DefaultValue(DefaultBoolean.Default)>
Public Overridable Property IgnoreUrls As DefaultBoolean

Property Value

TypeDefaultDescription
DefaultBooleanDefault

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:

NameDescriptionReturn Value
True

The value is true.

|

0

| | False |

The value is false.

|

1

| | Default |

The value is specified by a global option or a higher-level object.

|

2

|

Property Paths

You can access this nested property as listed below:

Object TypePath to IgnoreUrls
SpellCheckerBase

.OptionsSpelling .IgnoreUrls

|

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.

Implements

IgnoreUrls

See Also

OptionsSpellingBase Class

OptionsSpellingBase Members

DevExpress.XtraSpellChecker Namespace