Skip to main content

ASPxSpellCheckerSpellingSettings.IgnoreUrls Property

Gets or sets whether URLs in text are skipped during checking.

Namespace: DevExpress.Web.ASPxSpellChecker

Assembly: DevExpress.Web.ASPxSpellChecker.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(true)]
public virtual bool IgnoreUrls { get; set; }

Property Value

Type Default Description
Boolean true

true to ignore URLs in text; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to IgnoreUrls
ASP.NET MVC Extensions SpellCheckerSettings
.SettingsSpelling .IgnoreUrls
ASP.NET Web Forms Controls ASPxSpellChecker
.SettingsSpelling .IgnoreUrls

Remarks

Words that have one of the following prefixes: “http”, “ftp”, “https”, “www” are presumed to be a Uniform Resource Locator (URL). With IgnoreUrls set to true you can save time by ignoring URL addresses during a spelling check.

See Also