IStructuredUrlSettingsUseAliasUrls Property
|
Gets/sets whether to use alias pathing for generated alias URLs.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax bool UseAliasUrls { get; set; }
Property UseAliasUrls As Boolean
Get
Set
property bool UseAliasUrls {
bool get ();
void set (bool value);
}
abstract UseAliasUrls : bool with get, set
Property Value
Type:
BooleanRemarks If not set, asset urls will be used for alias links.
See Also