Class AspNetCoreWebHostingEnvironment
Implementation of IWeb
Inheritance
System.Object
AspNetCoreWebHostingEnvironment
Implements
Namespace: EPiServer.Internal
Assembly: EPiServer.Cms.AspNetCore.dll
Version: 12.0.3Syntax
public class AspNetCoreWebHostingEnvironment : Object, IWebHostingEnvironment
Constructors
AspNetCoreWebHostingEnvironment(IWebHostEnvironment)
Initializes a new instance of the Asp
Declaration
public AspNetCoreWebHostingEnvironment(IWebHostEnvironment hostingEnvironment)
Parameters
Type | Name | Description |
---|---|---|
Microsoft. |
hostingEnvironment |
Properties
WebRootPath
Declaration
public string WebRootPath { get; }
Property Value
Type | Description |
---|---|
System. |
WebRootVirtualPath
Declaration
public string WebRootVirtualPath { get; }
Property Value
Type | Description |
---|---|
System. |