Namespace Umbraco.Cms.Web.Common.ApplicationBuilder
Classes
- UmbracoApplicationBuilder
A builder used to enable middleware and endpoints required for Umbraco to operate.
- UmbracoPipelineOptions
Options to allow modifying the IApplicationBuilder pipeline before and after Umbraco registers it's core middlewares.
Interfaces
- IUmbracoApplicationBuilderContext
The context object used when building the Umbraco application.
- IUmbracoApplicationBuilderServices
Services used during the Umbraco building phase.
- 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.