3 references to Staging
Microsoft.Extensions.Hosting.Abstractions (3)
HostingEnvironmentExtensions.cs (3)
27
/// Checks if the current hosting environment name is <see cref="EnvironmentName.
Staging
"/>.
30
/// <returns><see langword="true" /> if the environment name is <see cref="EnvironmentName.
Staging
"/>, otherwise <see langword="false" />.</returns>
35
return hostingEnvironment.IsEnvironment(EnvironmentName.
Staging
);