Click or drag to resize

IStructuredUrlSettingsEnabledExtensions Property


Gets/sets extra extensions to support besides the specified UrlExtension. Normally, .xml, .htm, and .html are automatically supported if this setting is left null or empty. If the setting is not null or empty, this property's values are explicited followed.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
string[] EnabledExtensions { get; set; }

Property Value

Type: String
Remarks

The list of extensions can start with or without ".".

See Also