HostingEnvironmentExtensions.IsProduction(IHostingEnvironment) Metodo
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 è Production. Questa API non dovrebbe essere usata nelle librerie. Per informazioni dettagliate, vedere la sezione Osservazioni.
public:
[System::Runtime::CompilerServices::Extension]
static bool IsProduction(Microsoft::Extensions::Hosting::IHostingEnvironment ^ hostingEnvironment);
public static bool IsProduction (this Microsoft.Extensions.Hosting.IHostingEnvironment hostingEnvironment);
static member IsProduction : Microsoft.Extensions.Hosting.IHostingEnvironment -> bool
<Extension()>
Public Function IsProduction (hostingEnvironment As IHostingEnvironment) As Boolean
- hostingEnvironment
- IHostingEnvironment
Istanza di IHostingEnvironment.
true
se il nome dell'ambiente è Production; in caso contrario, false
.
I nomi di ambiente "Sviluppo", "Produzione" e "Staging" vengono forniti come utilità per gli sviluppatori di applicazioni. Gli autori della libreria devono evitare l'accoppiamento di comportamenti specifici a questi nomi di ambiente.
Prodotto | Versioni |
---|---|
.NET | 6, 7, 8, 9 |
.NET Framework | 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET Standard | 2.0, 2.1 |
Feedback su .NET
.NET è un progetto di open source. Selezionare un collegamento per fornire feedback: