Microsoft.Extensions.Hosting.HostingEnvironmentExtensions
Extension methods for IHostingEnvironment.
Checks if the current hosting environment name is Development.
public static bool IsEnvironment(this IHostingEnvironment hostingEnvironment, string environmentName)
Compares the current hosting environment name against the specified value.
Checks if the current hosting environment name is Production.
Checks if the current hosting environment name is Staging.