Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class CompositeFileProviderOptions

Options to configure ICompositeFileProvider

Inheritance
System.Object
CompositeFileProviderOptions
Namespace: EPiServer.Framework.Hosting
Assembly: EPiServer.Framework.AspNetCore.dll
Version: 12.0.3
Syntax
[Options(ConfigurationSection = "Cms")]
public class CompositeFileProviderOptions : Object

Constructors

CompositeFileProviderOptions()

Declaration
public CompositeFileProviderOptions()

Properties

BasePathFileProviders

List of IBasePathFileProvider that will be registered to ICompositeFileProvider

Declaration
public IList<IBasePathFileProvider> BasePathFileProviders { get; }
Property Value
Type Description
System.Collections.Generic.IList<IBasePathFileProvider>

Extension Methods