EnvironmentName Class

Commonly used environment names.

Namespace
Microsoft.AspNetCore.Hosting
Assemblies
  • Microsoft.AspNetCore.Hosting.Abstractions

Syntax

public class EnvironmentName
class Microsoft.AspNetCore.Hosting.EnvironmentName

Fields

Development()
Return type:System.String
public static readonly string Development
Production()
Return type:System.String
public static readonly string Production
Staging()
Return type:System.String
public static readonly string Staging