Namespace Umbraco.Cms.Web.Common.ApplicationBuilder
Classes
UmbracoApplicationBuilder
A builder used to enable middleware and endpoints required for Umbraco to operate.
UmbracoPipelineFilter
Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.
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.