Click or drag to resize

IStructuredUrlSettingsStripDiacritics Property


Gets/sets whether to remove diacritics and accents from extended characters in the Western European/Latin-1/Windows-1251 character set in the URL.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
bool StripDiacritics { get; set; }

Property Value

Type: Boolean
Remarks
Please note that any single-byte characters beyond Western European/Latin-1/Windows-1251 will not be converted and all multiple-byte characters (Chinese, Japanese, Korean, etc.) will not be converted.
Examples
"š" will be converted to "s"
See Also