SaaS CMS has officially launched! Learn more now.

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