Search Results for

    Show / Hide Table of Contents
    View Source

    Class WebApplicationExtensions

    Extension methods for Microsoft.AspNetCore.Builder.WebApplication.

    Inheritance
    System.Object
    Namespace: Umbraco.Extensions
    Assembly: Umbraco.Web.Common.dll
    Syntax
    public static class WebApplicationExtensions

    Methods

    View Source

    BootUmbracoAsync(WebApplication)

    Starts the to ensure Umbraco is ready for middleware to be added.

    Declaration
    public static async Task BootUmbracoAsync(this WebApplication app)
    Parameters
    Type Name Description
    Microsoft.AspNetCore.Builder.WebApplication app

    The application.

    Returns
    Type Description
    Task

    A representing the asynchronous operation.

    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • BootUmbracoAsync(WebApplication)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX