Class CompositeFileProviderOptions
Options to configure IComposite
Inheritance
System.Object
CompositeFileProviderOptions
Namespace: EPiServer.Framework.Hosting
Assembly: EPiServer.Framework.AspNetCore.dll
Version: 12.0.3Syntax
[Options(ConfigurationSection = "Cms")]
public class CompositeFileProviderOptions : Object
Constructors
CompositeFileProviderOptions()
Declaration
public CompositeFileProviderOptions()
Properties
BasePathFileProviders
List of IBase
Declaration
public IList<IBasePathFileProvider> BasePathFileProviders { get; }
Property Value
Type | Description |
---|---|
System. |