Table of Contents

Namespace Umbraco.Cms.Web.Common.ApplicationBuilder

Classes

UmbracoApplicationBuilder

A builder used to enable middleware and endpoints required for Umbraco to operate.

UmbracoPipelineFilter
UmbracoPipelineOptions

Options to allow modifying the IApplicationBuilder pipeline before and after Umbraco registers it's core middlewares.

Interfaces

IUmbracoApplicationBuilder
IUmbracoApplicationBuilderContext

The context object used when building the Umbraco application.

IUmbracoApplicationBuilderServices

Services used during the Umbraco building phase.

IUmbracoEndpointBuilder
IUmbracoEndpointBuilderContext

A builder to allow encapsulating the enabled routing features in Umbraco

IUmbracoPipelineFilter

Used to modify the IApplicationBuilder pipeline before and after Umbraco registers its middlewares.