Interface IUmbracoApplicationBuilderContext
The context object used when building the Umbraco application.
Namespace: Umbraco.Cms.Web.Common.ApplicationBuilder
Assembly: Umbraco.Web.Common.dll
Syntax
public interface IUmbracoApplicationBuilderContext : IUmbracoApplicationBuilderServices
Methods
View SourceRegisterDefaultRequiredMiddleware()
Called to include all of the default Umbraco required middleware.
Declaration
void RegisterDefaultRequiredMiddleware()
Remarks
If using this method, there is no need to use Use
RunPostPipeline()
Manually runs the IUmbraco
Declaration
void RunPostPipeline()
RunPostRouting()
Manually runs the IUmbraco
Declaration
virtual void RunPostRouting()
RunPrePipeline()
Manually runs the IUmbraco
Declaration
void RunPrePipeline()
RunPreRouting()
Manually runs the IUmbraco
Declaration
virtual void RunPreRouting()
UseUmbracoCoreMiddleware()
Called to include the core Umbraco middlewares.
Declaration
void UseUmbracoCoreMiddleware()