Table of Contents

Interface IUmbracoApplicationBuilderServices

Namespace
Umbraco.Cms.Web.Common.ApplicationBuilder
Assembly
Umbraco.Web.Common.dll

Services used during the Umbraco building phase.

public interface IUmbracoApplicationBuilderServices

Properties

AppBuilder

IApplicationBuilder AppBuilder { get; }

Property Value

IApplicationBuilder

ApplicationServices

IServiceProvider ApplicationServices { get; }

Property Value

IServiceProvider

RuntimeState

IRuntimeState RuntimeState { get; }

Property Value

IRuntimeState