EnvironmentName Classe

Definizione

Attenzione

This type is obsolete and will be removed in a future version. The recommended alternative is Microsoft.Extensions.Hosting.Environments.

Nomi di ambiente comunemente usati.

public ref class EnvironmentName abstract sealed
public static class EnvironmentName
[System.Obsolete("This type is obsolete and will be removed in a future version. The recommended alternative is Microsoft.Extensions.Hosting.Environments.", false)]
public static class EnvironmentName
type EnvironmentName = class
[<System.Obsolete("This type is obsolete and will be removed in a future version. The recommended alternative is Microsoft.Extensions.Hosting.Environments.", false)>]
type EnvironmentName = class
Public Class EnvironmentName
Ereditarietà
EnvironmentName
Attributi

Campi

Development
Obsoleti.

Costante stringa per gli ambienti di sviluppo.

Production
Obsoleti.

Costante stringa per gli ambienti di produzione.

Staging
Obsoleti.

Costante stringa per gli ambienti di staging.

Si applica a