DatabaseDeveloperPageExceptionFilterServiceExtensions.AddDatabaseDeveloperPageExceptionFilter 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
結合 UseDeveloperExceptionPage,這會擷取可使用 Entity Framework 移轉解析的資料庫相關例外狀況。 發生這些例外狀況時,會產生 HTML 回應,其中包含可能解決問題的動作詳細資料。
public static Microsoft.Extensions.DependencyInjection.IServiceCollection AddDatabaseDeveloperPageExceptionFilter (this Microsoft.Extensions.DependencyInjection.IServiceCollection services);
static member AddDatabaseDeveloperPageExceptionFilter : Microsoft.Extensions.DependencyInjection.IServiceCollection -> Microsoft.Extensions.DependencyInjection.IServiceCollection
<Extension()>
Public Function AddDatabaseDeveloperPageExceptionFilter (services As IServiceCollection) As IServiceCollection
參數
- services
- IServiceCollection
IServiceCollection用於新增服務的 。
傳回
備註
這應該只在開發環境中啟用。