IStructuredUrlSettingsUseAliasUrls Property
|
Gets/sets whether to use alias pathing for generated alias URLs.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxbool 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
Boolean
RemarksIf not set, asset urls will be used for alias links.
See Also