Freigeben über


HostingEnvironmentExtensions.IsDevelopment(IHostingEnvironment) Methode

Definition

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

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

Parameter

hostingEnvironment
IHostingEnvironment

Eine Instanz von IHostingEnvironment.

Gibt zurück

True, wenn der Umgebungsname ist Development, andernfalls false.

Gilt für: