HostingEnvironmentExtensions Class

Definition

Extension methods for IHostingEnvironment.

public ref class HostingEnvironmentExtensions abstract sealed
public static class HostingEnvironmentExtensions
type HostingEnvironmentExtensions = class
Public Module HostingEnvironmentExtensions
Inheritance
HostingEnvironmentExtensions

Methods

IsDevelopment(IHostingEnvironment)

Checks if the current hosting environment name is Development. This API should not be used in libraries, see remarks for details.

IsEnvironment(IHostingEnvironment, String)

Compares the current hosting environment name against the specified value. Library authors should avoid using this API, see remarks for details.

IsProduction(IHostingEnvironment)

Checks if the current hosting environment name is Production. This API should not be used in libraries, see remarks for details.

IsStaging(IHostingEnvironment)

Checks if the current hosting environment name is Staging. This API should not be used in libraries, see remarks for details.

Applies to