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 AspNetCoreWebHostingEnvironment

Implementation of IWebHostingEnvironment for DNX based sites

Inheritance
System.Object
AspNetCoreWebHostingEnvironment
Namespace: EPiServer.Internal
Assembly: EPiServer.Cms.AspNetCore.dll
Version: 12.0.3
Syntax
public class AspNetCoreWebHostingEnvironment : Object, IWebHostingEnvironment

Constructors

AspNetCoreWebHostingEnvironment(IWebHostEnvironment)

Initializes a new instance of the AspNetCoreWebHostingEnvironment class.

Declaration
public AspNetCoreWebHostingEnvironment(IWebHostEnvironment hostingEnvironment)
Parameters
Type Name Description
Microsoft.AspNetCore.Hosting.IWebHostEnvironment hostingEnvironment

Properties

WebRootPath

Declaration
public string WebRootPath { get; }
Property Value
Type Description
System.String

WebRootVirtualPath

Declaration
public string WebRootVirtualPath { get; }
Property Value
Type Description
System.String

Implements

Extension Methods