3 references to Staging
Microsoft.AspNetCore.Hosting.Abstractions (3)
HostingEnvironmentExtensions.cs (3)
25
/// Checks if the current hosting environment name is <see cref="EnvironmentName.
Staging
"/>.
28
/// <returns>True if the environment name is <see cref="EnvironmentName.
Staging
"/>, otherwise false.</returns>
33
return hostingEnvironment.IsEnvironment(EnvironmentName.
Staging
);