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.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxstring[] 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
String
Remarks
The list of extensions can start with or without ".".
See Also