Back to Devexpress

ASPxSpellCheckerSpellingSettings.IgnoreUrls Property

aspnet-devexpress-dot-web-dot-aspxspellchecker-dot-aspxspellcheckerspellingsettings-2ed08ba0.md

latest2.1 KB
Original Source

ASPxSpellCheckerSpellingSettings.IgnoreUrls Property

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

Namespace : DevExpress.Web.ASPxSpellChecker

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

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(true)]
public virtual bool IgnoreUrls { get; set; }
vb
<DefaultValue(True)>
Public Overridable Property IgnoreUrls As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true to ignore URLs in text; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

LibraryObject TypePath to IgnoreUrls
ASP.NET MVC ExtensionsSpellCheckerSettings

.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

ASPxSpellCheckerSpellingSettings Class

ASPxSpellCheckerSpellingSettings Members

DevExpress.Web.ASPxSpellChecker Namespace