Click or drag to resize

IStructuredUrlSettingsIncludeComponentsInUrl Property


Gets/sets whether to include names of the ancestors that are components in a page's URL. If true, names of comonents will be included. If false, they won't be.

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

Property Value

Type: Boolean
Remarks

As with the IncludeFoldersInUrl property, including components in the URL is neither right nor wrong; it's simply a matter of preference.

See Also