Classes
Class | Description | |
---|---|---|
![]() | AspNetHostingEnvironment |
Default implementation of the IHostingEnvironment interface. It delegates to the ASP.NET
HostingEnvironment class to do the "real" work.
|
![]() | GenericHostingEnvironment |
This is a temporary class - will be removed in the future. It only exists until dependency injection
has been implemented for all classes that used System.Web.Hosting.HostingEnvironment, which now should use
this class to enable mocking/testability outside the ASP.NET environment.
|
Interfaces
Interface | Description | |
---|---|---|
![]() | IHostingEnvironment |
Interface to enable mocking of the System.Web.Hosting.HostingEnvironment static class
|