HostingEnvironmentExtensions Klasse

Definition

Erweiterungsmethoden für IHostingEnvironment.

public ref class HostingEnvironmentExtensions abstract sealed
public static class HostingEnvironmentExtensions
type HostingEnvironmentExtensions = class
Public Module HostingEnvironmentExtensions
Vererbung
HostingEnvironmentExtensions

Methoden

IsDevelopment(IHostingEnvironment)

Überprüft, ob der Name der aktuellen Hostumgebung Development ist.

IsEnvironment(IHostingEnvironment, String)

Vergleicht den Namen der aktuellen Hostumgebung mit dem angegebenen Wert.

IsProduction(IHostingEnvironment)

Überprüft, ob der Name der aktuellen Hostumgebung Production ist.

IsStaging(IHostingEnvironment)

Überprüft, ob der Name der aktuellen Hostumgebung Staging ist.

Gilt für: