WebAssemblyHostEnvironmentExtensions.IsProduction Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Verifica se o nome do ambiente de hospedagem atual é Production
.
public:
[System::Runtime::CompilerServices::Extension]
static bool IsProduction(Microsoft::AspNetCore::Components::WebAssembly::Hosting::IWebAssemblyHostEnvironment ^ hostingEnvironment);
public static bool IsProduction (this Microsoft.AspNetCore.Components.WebAssembly.Hosting.IWebAssemblyHostEnvironment hostingEnvironment);
static member IsProduction : Microsoft.AspNetCore.Components.WebAssembly.Hosting.IWebAssemblyHostEnvironment -> bool
<Extension()>
Public Function IsProduction (hostingEnvironment As IWebAssemblyHostEnvironment) As Boolean
Parâmetros
- hostingEnvironment
- IWebAssemblyHostEnvironment
Uma instância de IWebAssemblyHostEnvironment.
Retornos
True se o nome do ambiente for Production
, caso contrário, false.