A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn 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