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 WebHostingEnvironment

Helper class to access to IWebHostingEnvironment

Inheritance
System.Object
WebHostingEnvironment
Namespace: EPiServer.Web
Assembly: EPiServer.Framework.dll
Version: 12.0.3
Syntax
public class WebHostingEnvironment : Object

Constructors

WebHostingEnvironment()

Declaration
public WebHostingEnvironment()

Properties

Instance

A static accecssor for the registered singleton instance of IWebHostingEnvironment

Declaration
public static IWebHostingEnvironment Instance { get; set; }
Property Value
Type Description
IWebHostingEnvironment

Extension Methods