Fix bad API ref (#14987)
parent
d0ebd464d9
commit
9519ed55c9
|
@ -148,7 +148,7 @@ public void Configure(IApplicationBuilder app)
|
|||
1. Exception/error handling
|
||||
* When the app runs in the Development environment:
|
||||
* Developer Exception Page Middleware (<xref:Microsoft.AspNetCore.Builder.DeveloperExceptionPageExtensions.UseDeveloperExceptionPage*>) reports app runtime errors.
|
||||
* Database Error Page Middleware (<xref:Microsoft.AspNetCore.Builder.DatabaseErrorPageExtensions.UseDatabaseErrorPage*>) reports database runtime errors.
|
||||
* Database Error Page Middleware (`Microsoft.AspNetCore.Builder.DatabaseErrorPageExtensions.UseDatabaseErrorPage`) reports database runtime errors.
|
||||
* When the app runs in the Production environment:
|
||||
* Exception Handler Middleware (<xref:Microsoft.AspNetCore.Builder.ExceptionHandlerExtensions.UseExceptionHandler*>) catches exceptions thrown in the following middlewares.
|
||||
* HTTP Strict Transport Security Protocol (HSTS) Middleware (<xref:Microsoft.AspNetCore.Builder.HstsBuilderExtensions.UseHsts*>) adds the `Strict-Transport-Security` header.
|
||||
|
|
Loading…
Reference in New Issue