Class ContentAndWebRootFileProviderFactory
Inheritance
System.Object
Namespace: Umbraco.Cms.Web.Common.FileProviders
Assembly: Umbraco.Web.Common.dll
Syntax
public class ContentAndWebRootFileProviderFactory : IPackageManifestFileProviderFactory
Constructors
View SourceContentAndWebRootFileProviderFactory(IWebHostEnvironment)
Initializes a new instance of the Content
Declaration
public ContentAndWebRootFileProviderFactory(IWebHostEnvironment webHostEnvironment)
Parameters
Type | Name | Description |
---|---|---|
Microsoft. |
webHostEnvironment | The web hosting environment an application is running in. |
Methods
View SourceCreate()
Creates a new Microsoft.
Declaration
public IFileProvider Create()
Returns
Type | Description |
---|---|
Microsoft. |
The newly created Microsoft. |