Default implementation of the IHostingEnvironment interface. It delegates to the ASP.NET HostingEnvironment class to do the "real" work.

Namespace:  EPiServer.Web.Hosting
Assembly:  EPiServer (in EPiServer.dll) Version: 5.2.375.236

Syntax

C#
public class AspNetHostingEnvironment : IHostingEnvironment

Inheritance Hierarchy

System..::.Object
  EPiServer.Web.Hosting..::.AspNetHostingEnvironment

See Also