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.3.169
Syntax bool ForceLowerCaseUrl { get; set; }
Property ForceLowerCaseUrl As Boolean
Get
Set
property bool ForceLowerCaseUrl {
bool get ();
void set (bool value);
}
abstract ForceLowerCaseUrl : bool with get, set
Property Value
Type:
BooleanRemarks This property on matters for non-DSS integrations of runtime sites. Standard IIS sites are case insensitive.
See Also