Search Results for

    Show / Hide Table of Contents
    View Source

    Class BootFailedMiddleware

    Executes when Umbraco booting fails in order to show the problem.

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Web.Common.Middleware
    Assembly: Umbraco.Web.Common.dll
    Syntax
    public class BootFailedMiddleware : IMiddleware

    Constructors

    View Source

    BootFailedMiddleware(IRuntimeState, IHostingEnvironment)

    Declaration
    public BootFailedMiddleware(IRuntimeState runtimeState, IHostingEnvironment hostingEnvironment)
    Parameters
    Type Name Description
    IRuntimeState runtimeState
    IHostingEnvironment hostingEnvironment
    View Source

    BootFailedMiddleware(IRuntimeState, IHostingEnvironment, IWebHostEnvironment)

    Declaration
    public BootFailedMiddleware(IRuntimeState runtimeState, IHostingEnvironment hostingEnvironment, IWebHostEnvironment webHostEnvironment)
    Parameters
    Type Name Description
    IRuntimeState runtimeState
    IHostingEnvironment hostingEnvironment
    Microsoft.AspNetCore.Hosting.IWebHostEnvironment webHostEnvironment

    Methods

    View Source

    InvokeAsync(HttpContext, RequestDelegate)

    Declaration
    public async Task InvokeAsync(HttpContext context, RequestDelegate next)
    Parameters
    Type Name Description
    Microsoft.AspNetCore.Http.HttpContext context
    Microsoft.AspNetCore.Http.RequestDelegate next
    Returns
    Type Description
    Task
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • BootFailedMiddleware(IRuntimeState, IHostingEnvironment)
      • BootFailedMiddleware(IRuntimeState, IHostingEnvironment, IWebHostEnvironment)
    • Methods
      • InvokeAsync(HttpContext, RequestDelegate)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX