Table of Contents

Class WebApplicationExtensions

Namespace
Umbraco.Extensions
Assembly
Umbraco.Web.Common.dll

Extension methods for WebApplication.

public static class WebApplicationExtensions
Inheritance
WebApplicationExtensions
Inherited Members

Methods

BootUmbracoAsync(WebApplication)

Starts the Umbraco.Cms.Core.Services.IRuntime to ensure Umbraco is ready for middleware to be added.

public static Task BootUmbracoAsync(this WebApplication app)

Parameters

app WebApplication

The application.

Returns

Task

A Task representing the asynchronous operation.