IStructuredUrlSettingsNormalizeUrlSeparators Property
|
Gets/sets whether to change all of the "-" and "-" to the value of the
UrlSeparator property.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax bool NormalizeUrlSeparators { get; set; }
Property NormalizeUrlSeparators As Boolean
Get
Set
property bool NormalizeUrlSeparators {
bool get ();
void set (bool value);
}
abstract NormalizeUrlSeparators : bool with get, set
Property Value
Type:
BooleanSee Also