View Source
Class BootFailedMiddleware
Executes when Umbraco booting fails in order to show the problem.
Assembly: Umbraco.Web.Common.dll
Syntax
public class BootFailedMiddleware
Constructors
View Source
BootFailedMiddleware(IRuntimeState, IHostingEnvironment, IWebHostEnvironment)
Declaration
public BootFailedMiddleware(IRuntimeState runtimeState, IHostingEnvironment hostingEnvironment, IWebHostEnvironment webHostEnvironment)
Parameters
Methods
View Source
InvokeAsync(HttpContext, RequestDelegate)
Declaration
public Task InvokeAsync(HttpContext context, RequestDelegate next)
Parameters
| Type |
Name |
Description |
| HttpContext |
context |
|
| RequestDelegate |
next |
|
Returns