Class WebRootFileProviderFactory
Inheritance
System.Object
Namespace: Umbraco.Cms.Web.Common.FileProviders
Assembly: Umbraco.Web.Common.dll
Syntax
public class WebRootFileProviderFactory : IGridEditorsConfigFileProviderFactory
Constructors
View SourceWebRootFileProviderFactory(IWebHostEnvironment)
Initializes a new instance of the Web
Declaration
public WebRootFileProviderFactory(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. |