Namespace Umbraco.Cms.Web.Common.ApplicationBuilder
Classes
UmbracoApplicationBuilder
A builder used to enable middleware and endpoints required for Umbraco to operate.
UmbracoPipelineFilter
Used to modify the Microsoft.AspNetCore.Builder.IApplicationBuilder pipeline before and after Umbraco registers its middlewares.
UmbracoPipelineOptions
Options to allow modifying the Microsoft.AspNetCore.Builder.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 Microsoft.AspNetCore.Builder.IApplicationBuilder pipeline before and after Umbraco registers its middlewares.