HostingEnvironmentExtensions.IsDevelopment(IHostingEnvironment) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Controlla se il nome dell'ambiente di hosting corrente è Development.
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
Parametri
- hostingEnvironment
- IHostingEnvironment
Istanza di IHostingEnvironment.
Restituisce
True se il nome dell'ambiente è Development, in caso contrario false.