HostEnvironmentEnvExtensions.IsProduction(IHostEnvironment) Methode

Definition

Überprüft, ob der Name der aktuellen Hostumgebung Production ist. Diese API darf nicht in Bibliotheken verwendet werden. Einzelheiten finden Sie in den Hinweisen.

public:
[System::Runtime::CompilerServices::Extension]
 static bool IsProduction(Microsoft::Extensions::Hosting::IHostEnvironment ^ hostEnvironment);
public static bool IsProduction (this Microsoft.Extensions.Hosting.IHostEnvironment hostEnvironment);
static member IsProduction : Microsoft.Extensions.Hosting.IHostEnvironment -> bool
<Extension()>
Public Function IsProduction (hostEnvironment As IHostEnvironment) As Boolean

Parameter

hostEnvironment
IHostEnvironment

Eine Instanz von IHostEnvironment.

Gibt zurück

true, wenn der Umgebungsname Production ist, andernfalls false.

Hinweise

Die Umgebungsnamen "Development", "Production" und "Staging" werden als Hilfsprogramm für Anwendungsentwickler bereitgestellt. Bibliotheksautoren sollten vermeiden, bestimmtes Verhalten mit diesen Umgebungsnamen zu koppeln.

Gilt für: