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.3.169
Syntax string[] EnabledExtensions { get; set; }
Property EnabledExtensions As String()
Get
Set
property array<String^>^ EnabledExtensions {
array<String^>^ get ();
void set (array<String^>^ value);
}
abstract EnabledExtensions : string[] with get, set
Property Value
Type:
StringRemarks
The list of extensions can start with or without ".".
See Also