ASP.NET Core 如何設置發佈環境

在ASP.NET Core中自帶了一些內置對象,可以讀取到當前程序處於什麼樣的環境當中,比如在ASP.NET Core的Startup類的Configure方法中,我們就會看到這麼一段代碼: public void Configure(IApplicationBuilder app, IHostingEnvironment env) { if (env.IsDevelopment())
相關文章
相關標籤/搜索