HostingEnvironmentExtensions.IsStaging(IHostingEnvironment) Methode

Definition

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

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

Parameter

hostingEnvironment
IHostingEnvironment

Eine Instanz von IHostingEnvironment.

Gibt zurück

true, wenn der Umgebungsname Staging 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: