ASPxSpellCheckerSpellingSettings.IgnoreUrls Property
Gets or sets whether URLs in text are skipped during checking.
Namespace: DevExpress.Web.ASPxSpellChecker
Assembly: DevExpress.Web.ASPxSpellChecker.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to IgnoreUrls |
---|---|---|
ASP.NET Web Forms Controls | ASPxSpellChecker |
|
ASP.NET MVC Extensions | SpellCheckerSettings |
|
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