Click or drag to resize

IStructuredUrlSettingsForceLowerCaseUrl Property


Gets/sets whether to convert to lowercase for generated URL characters. This setting is effective during publish.

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

Property Value

Type: Boolean
Remarks
This property on matters for non-DSS integrations of runtime sites. Standard IIS sites are case insensitive.
See Also