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.3.169
Syntax bool StripDiacritics { get; set; }
Property StripDiacritics As Boolean
Get
Set
property bool StripDiacritics {
bool get ();
void set (bool value);
}
abstract StripDiacritics : bool with get, set
Property Value
Type:
BooleanRemarks 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