WebAssemblyHostEnvironmentExtensions.IsDevelopment Methode

Definition

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

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

Parameter

hostingEnvironment
IWebAssemblyHostEnvironment

Eine Instanz von IWebAssemblyHostEnvironment.

Gibt zurück

True, wenn der Umgebungsname ist Development, andernfalls false.

Gilt für: